Click or drag to resize

ClassBuilderGetClassBinaryCode Method

Returns the ENCRYPTED code for the current class in the specified language.

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public string GetClassBinaryCode(
	NetLanguage lang
)

Parameters

lang
Type: FileHelpersNetLanguage
The language for the return code.

Return Value

Type: String
The ENCRYPTED code for the class that are currently building.
See Also