C# 클래스 PRI.ProductivityExtensions.ReflectionExtensions.ModuleBuilderable

파일 보기 프로젝트 열기: peteraritchie/ProductivityExtensions

공개 메소드들

메소드 설명
DefineClass ( this moduleBuilder, string name ) : TypeBuilder

Adds a public class to the module encapsulated by the moduleBuilder of name name

메소드 상세

DefineClass() 공개 정적인 메소드

Adds a public class to the module encapsulated by the moduleBuilder of name name
public static DefineClass ( this moduleBuilder, string name ) : TypeBuilder
moduleBuilder this to add class to
name string Name of the class
리턴 System.Reflection.Emit.TypeBuilder