C# Class Inferables.Internal.DynamicAssemblyManager

Exibir arquivo Open project: nmuhonen/Inferables-For-CLR

Public Methods

Method Description
DumpToFile ( string path ) : void

Private Methods

Method Description
DefineType ( string nameSuffix = "", TypeAttributes attrs = TypeAttributes.Class|TypeAttributes.NotPublic ) : TypeBuilder
DynamicAssemblyManager ( ) : System
GetNextTypeId ( ) : int

Method Details

DumpToFile() public static method

public static DumpToFile ( string path ) : void
path string
return void