C# Class TriAxis.RunSharp.FieldGen

Inheritance: Operand, IMemberInfo, IDelayedCompletion
Show file Open project: AqlaSolutions/runsharp Class Usage Examples

Private Properties

Property Type Description
FieldGen System
IDelayedCompletion void

Public Methods

Method Description
Attribute ( AttributeType type ) : FieldGen
Attribute ( System attributeType ) : FieldGen
BeginAttribute ( AttributeType type ) : AttributeGen
BeginAttribute ( System attributeType ) : AttributeGen
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void

Private Methods

Method Description
FieldGen ( TypeGen owner, string name, Type type, FieldAttributes attrs ) : System
IDelayedCompletion ( ) : void

Method Details

Attribute() public method

public Attribute ( AttributeType type ) : FieldGen
type AttributeType
return FieldGen

Attribute() public method

public Attribute ( System attributeType ) : FieldGen
attributeType System
return FieldGen

BeginAttribute() public method

public BeginAttribute ( AttributeType type ) : AttributeGen
type AttributeType
return AttributeGen

BeginAttribute() public method

public BeginAttribute ( System attributeType ) : AttributeGen
attributeType System
return AttributeGen

EmitAddressOf() protected method

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
return void

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

EmitSet() protected method

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

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type