C# Class TriAxis.RunSharp.EventGen

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

Private Properties

Property Type Description
EventGen System
IDelayedCompletion void
LockSignature void

Public Methods

Method Description
AddMethod ( ) : MethodGen
AddMethod ( string parameterName ) : MethodGen
Attribute ( AttributeType type ) : EventGen
Attribute ( System attributeType ) : EventGen
BeginAttribute ( AttributeType type ) : AttributeGen
BeginAttribute ( System attributeType ) : AttributeGen
GetReturnType ( ITypeMapper typeMapper ) : Type
RemoveMethod ( ) : MethodGen
RemoveMethod ( string parameterName ) : MethodGen
WithStandardImplementation ( ) : EventGen

Protected Methods

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

Private Methods

Method Description
EventGen ( TypeGen owner, string name, Type type, MethodAttributes mthAttr ) : System
IDelayedCompletion ( ) : void
LockSignature ( ) : void

Method Details

AddMethod() public method

public AddMethod ( ) : MethodGen
return MethodGen

AddMethod() public method

public AddMethod ( string parameterName ) : MethodGen
parameterName string
return MethodGen

Attribute() public method

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

Attribute() public method

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

BeginAttribute() public method

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

BeginAttribute() public method

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

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

RemoveMethod() public method

public RemoveMethod ( ) : MethodGen
return MethodGen

RemoveMethod() public method

public RemoveMethod ( string parameterName ) : MethodGen
parameterName string
return MethodGen

WithStandardImplementation() public method

public WithStandardImplementation ( ) : EventGen
return EventGen