  | RecordFileHeader Constructor | 
            Initializes a new instance of the 
RecordFileHeader class using the latest version and specified record type.
            
 Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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 -> RecordFileHeaderParameters
- 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