Click or drag to resize

ClassBuilderClassFromBinaryFile Method (String, String, NetLanguage, String)

Create a class from a encrypted source file with the given password

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static Type ClassFromBinaryFile(
	string filename,
	string className,
	NetLanguage lang,
	string password
)

Parameters

filename
Type: SystemString
The filename with the source of the class.
className
Type: SystemString
The name of the class to return.
lang
Type: FileHelpersNetLanguage
The language used to compile the class.
password
Type: SystemString
The password used to decrypt the file

Return Value

Type: Type

[Missing <returns> documentation for "M:FileHelpers.Dynamic.ClassBuilder.ClassFromBinaryFile(System.String,System.String,FileHelpers.NetLanguage,System.String)"]

Remarks
Edited by: Shreyas Narasimhan (17 March 2010)
See Also