Click or drag to resize

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
)

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