Click or drag to resize

RecordFileHeader Constructor

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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public RecordFileHeader(
	Type recordType,
	bool useStrongName
)

Parameters

recordType  Type
The type of the records.
useStrongName  Boolean
to use the strong name of the assembly (if it has one) in the header; to use the simple name.
See Also