Method | Description | |
---|---|---|
FindAttribute ( this type, |
||
FindAttributes ( this type, |
||
GetArgsString ( this args ) : string | ||
GetMethodIfAvailable ( this type, string methodName, |
The get method if available.
|
|
GetParamsString ( this paramArray ) : string |
The get param string.
|
public static FindAttribute ( this type, |
||
type | this | |
attributeType | ||
return |
public static FindAttributes ( this type, |
||
type | this | |
attributeType | ||
return | System.Attribute[] |
public static GetArgsString ( this args ) : string | ||
args | this | |
return | string |
public static GetMethodIfAvailable ( this type, string methodName, |
||
type | this | The type. |
methodName | string | The method name. |
paramTypes | The param types. | |
return |
public static GetParamsString ( this paramArray ) : string | ||
paramArray | this | The param array. |
return | string |