Property | Type | Description | |
---|---|---|---|
EventGen | System | ||
IDelayedCompletion | void | ||
LockSignature | void |
Method | Description | |
---|---|---|
AddMethod ( ) : MethodGen | ||
AddMethod ( string parameterName ) : MethodGen | ||
Attribute ( |
||
Attribute ( System attributeType ) : |
||
BeginAttribute ( |
||
BeginAttribute ( System attributeType ) : AttributeGen |
||
GetReturnType ( ITypeMapper typeMapper ) : |
||
RemoveMethod ( ) : MethodGen | ||
RemoveMethod ( string parameterName ) : MethodGen | ||
WithStandardImplementation ( ) : |
Method | Description | |
---|---|---|
EmitGet ( |
||
EmitSet ( |
Method | Description | |
---|---|---|
EventGen ( TypeGen owner, string name, |
||
IDelayedCompletion ( ) : void | ||
LockSignature ( ) : void |
public AddMethod ( string parameterName ) : MethodGen | ||
parameterName | string | |
return | MethodGen |
public Attribute ( |
||
type | ||
return |
public Attribute ( System attributeType ) : |
||
attributeType | System | |
return |
public BeginAttribute ( |
||
type | ||
return | AttributeGen |
public BeginAttribute ( System attributeType ) : AttributeGen |
||
attributeType | System | |
return | AttributeGen |
protected EmitSet ( |
||
g | ||
value | ||
allowExplicitConversion | bool | |
return | void |
public GetReturnType ( ITypeMapper typeMapper ) : |
||
typeMapper | ITypeMapper | |
return |
public RemoveMethod ( string parameterName ) : MethodGen | ||
parameterName | string | |
return | MethodGen |
public WithStandardImplementation ( ) : |
||
return |