C# 클래스 Inferables.Internal.DynamicAssemblyManager

파일 보기 프로젝트 열기: nmuhonen/Inferables-For-CLR

공개 메소드들

메소드 설명
DumpToFile ( string path ) : void

비공개 메소드들

메소드 설명
DefineType ( string nameSuffix = "", TypeAttributes attrs = TypeAttributes.Class|TypeAttributes.NotPublic ) : TypeBuilder
DynamicAssemblyManager ( ) : System
GetNextTypeId ( ) : int

메소드 상세

DumpToFile() 공개 정적인 메소드

public static DumpToFile ( string path ) : void
path string
리턴 void