| 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
Syntaxpublic string GetClassBinaryCode(
	NetLanguage lang
)
Public Function GetClassBinaryCode ( 
	lang As NetLanguage
) As String
Parameters
- lang
- Type: FileHelpersNetLanguage
 The language for the return code.
Return Value
Type: 
StringThe ENCRYPTED code for the class that are currently building.
 See Also
See Also