C# 클래스 TriAxis.RunSharp.FieldGen

상속: Operand, IMemberInfo, IDelayedCompletion
파일 보기 프로젝트 열기: AqlaSolutions/runsharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FieldGen System
IDelayedCompletion void

공개 메소드들

메소드 설명
Attribute ( AttributeType type ) : FieldGen
Attribute ( System attributeType ) : FieldGen
BeginAttribute ( AttributeType type ) : AttributeGen
BeginAttribute ( System attributeType ) : AttributeGen
GetReturnType ( ITypeMapper typeMapper ) : Type

보호된 메소드들

메소드 설명
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void

비공개 메소드들

메소드 설명
FieldGen ( TypeGen owner, string name, Type type, FieldAttributes attrs ) : System
IDelayedCompletion ( ) : void

메소드 상세

Attribute() 공개 메소드

public Attribute ( AttributeType type ) : FieldGen
type AttributeType
리턴 FieldGen

Attribute() 공개 메소드

public Attribute ( System attributeType ) : FieldGen
attributeType System
리턴 FieldGen

BeginAttribute() 공개 메소드

public BeginAttribute ( AttributeType type ) : AttributeGen
type AttributeType
리턴 AttributeGen

BeginAttribute() 공개 메소드

public BeginAttribute ( System attributeType ) : AttributeGen
attributeType System
리턴 AttributeGen

EmitAddressOf() 보호된 메소드

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
리턴 void

EmitGet() 보호된 메소드

protected EmitGet ( CodeGen g ) : void
g CodeGen
리턴 void

EmitSet() 보호된 메소드

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
리턴 void

GetReturnType() 공개 메소드

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
리턴 IKVM.Reflection.Type