Method | Description | |
---|---|---|
ForParam ( Mono.Cecil.ParameterDefinition param ) : string | ||
ForProperty ( Mono.Cecil.PropertyDefinition property ) : string | ||
ForReturnType ( Mono.Cecil.MethodReturnType methodReturnType ) : string | ||
ForType ( |
||
GetLazyKey ( string key ) : string |
Returns the key of the underlying binding of a Lazy<T> binding, or
|
|
GetMemberKey ( |
||
GetProviderKey ( string key ) : string | ||
GetSetKey ( string key ) : string | ||
GetTypeName ( string key ) : string | ||
IsNamed ( string key ) : bool |
Method | Description | |
---|---|---|
ExtractKey ( string key, int start, string delegatePrefix, string prefix ) : string | ||
ForType ( |
||
GetRawGenericName ( |
||
GetReflectionName ( this reference ) : string | ||
StartOfType ( string key ) : int | ||
SubstringStartsWith ( string str, int offset, string substring ) : bool |
public static ForParam ( Mono.Cecil.ParameterDefinition param ) : string | ||
param | Mono.Cecil.ParameterDefinition | |
return | string |
public static ForProperty ( Mono.Cecil.PropertyDefinition property ) : string | ||
property | Mono.Cecil.PropertyDefinition | |
return | string |
public static ForReturnType ( Mono.Cecil.MethodReturnType methodReturnType ) : string | ||
methodReturnType | Mono.Cecil.MethodReturnType | |
return | string |
public static ForType ( |
||
typedef | ||
name | string | |
return | string |
public static GetLazyKey ( string key ) : string | ||
key | string | |
return | string |
public static GetMemberKey ( |
||
typedef | ||
return | string |
public static GetProviderKey ( string key ) : string | ||
key | string | |
return | string |
public static GetSetKey ( string key ) : string | ||
key | string | |
return | string |
public static GetTypeName ( string key ) : string | ||
key | string | |
return | string |