Property | Type | Description | |
---|---|---|---|
genericParams | |||
sig |
Property | Type | Description | |
---|---|---|---|
AddGenericParam | void | ||
AddRetType | void | ||
DeleteGenericParam | void | ||
FindGenericParam | int | ||
GetSig | |||
HasNameAndSig | bool | ||
HasNameAndSig | bool | ||
Method | System | ||
Method | System | ||
NameString | string | ||
SetGenericParams | void | ||
SetSig | void | ||
TypeSig | void | ||
WriteType | void |
Method | Description | |
---|---|---|
AddCallConv ( CallConv cconv ) : void |
Add calling conventions to this method descriptor
|
|
AddGenericParam ( string name ) : |
Add a generic type to this method
|
|
GetCallConv ( ) : CallConv |
Get the calling conventions for this method
|
|
GetGenericParam ( int ix ) : |
||
GetGenericParam ( string name ) : |
Get the descriptor for a generic type
|
|
GetGenericParamCount ( ) : int | ||
GetGenericParams ( ) : PERWAPI.GenericParam[] | ||
GetOptParTypes ( ) : Type[] |
Get the optional parameter types (for varargs)
|
|
GetParTypes ( ) : Type[] |
Get the types of the method parameters
|
|
GetRetType ( ) : Type |
Get the method return type
|
|
Instantiate ( Type genTypes ) : |
||
RemoveGenericParam ( int ix ) : void | ||
RemoveGenericParam ( string name ) : void |
Method | Description | |
---|---|---|
AddGenericParam ( |
||
AddRetType ( Type retT ) : void |
Set the return type
|
|
DeleteGenericParam ( int pos ) : void | ||
FindGenericParam ( string name ) : int | ||
GetSig ( ) : |
||
HasNameAndSig ( string name, Type sigTypes ) : bool | ||
HasNameAndSig ( string name, Type sigTypes, Type optPars ) : bool | ||
Method ( string name ) : System | ||
Method ( string methName, Type rType, |
||
NameString ( ) : string | ||
SetGenericParams ( |
||
SetSig ( |
||
TypeSig ( |
||
WriteType ( |
public AddGenericParam ( string name ) : |
||
name | string | the name of the generic type |
return |
public GetGenericParam ( int ix ) : |
||
ix | int | |
return |
public GetGenericParam ( string name ) : |
||
name | string | the name of the generic type |
return |
public GetGenericParams ( ) : PERWAPI.GenericParam[] | ||
return | PERWAPI.GenericParam[] |
public Instantiate ( Type genTypes ) : |
||
genTypes | Type | |
return |
public RemoveGenericParam ( string name ) : void | ||
name | string | |
return | void |
protected ArrayList,System.Collections genericParams | ||
return |