| RecordFileHeader Constructor (Type, Boolean) |
Initializes a new instance of the
RecordFileHeader class using the latest version and specified record type.
Namespace:
Ookii.Jumbo.IO
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public RecordFileHeader(
Type recordType,
bool useStrongName
)
Public Sub New (
recordType As Type,
useStrongName As Boolean
)
public:
RecordFileHeader(
Type^ recordType,
bool useStrongName
)
new :
recordType : Type *
useStrongName : bool -> RecordFileHeader
Parameters
- recordType
- Type: SystemType
The type of the records. - useStrongName
- Type: SystemBoolean
to use the strong name of the assembly (if it has one) in the header;
to use the simple name.
See Also