C# 클래스 Microsoft.Scripting.Generation.TypeGen

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ToString string

공개 메소드들

메소드 설명
AddStaticField ( Type fieldType, FieldAttributes attributes, string name ) : FieldBuilder
AddStaticField ( Type fieldType, string name ) : FieldBuilder
DefineExplicitInterfaceImplementation ( MethodInfo baseMethod ) : ILGen
DefineMethodOverride ( MethodInfo baseMethod ) : ILGen
FinishType ( ) : Type
TypeGen ( Microsoft.Scripting.Generation.AssemblyGen myAssembly, TypeBuilder myType ) : System

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

AddStaticField() 공개 메소드

public AddStaticField ( Type fieldType, FieldAttributes attributes, string name ) : FieldBuilder
fieldType System.Type
attributes FieldAttributes
name string
리턴 System.Reflection.Emit.FieldBuilder

AddStaticField() 공개 메소드

public AddStaticField ( Type fieldType, string name ) : FieldBuilder
fieldType System.Type
name string
리턴 System.Reflection.Emit.FieldBuilder

DefineExplicitInterfaceImplementation() 공개 메소드

public DefineExplicitInterfaceImplementation ( MethodInfo baseMethod ) : ILGen
baseMethod System.Reflection.MethodInfo
리턴 ILGen

DefineMethodOverride() 공개 메소드

public DefineMethodOverride ( MethodInfo baseMethod ) : ILGen
baseMethod System.Reflection.MethodInfo
리턴 ILGen

FinishType() 공개 메소드

public FinishType ( ) : Type
리턴 System.Type

TypeGen() 공개 메소드

public TypeGen ( Microsoft.Scripting.Generation.AssemblyGen myAssembly, TypeBuilder myType ) : System
myAssembly Microsoft.Scripting.Generation.AssemblyGen
myType System.Reflection.Emit.TypeBuilder
리턴 System