Method | Description | |
---|---|---|
GetMethodInfo ( this del ) : |
||
GetRuntimeBaseDefinition ( this method ) : |
||
GetRuntimeEvent ( this type, string name ) : |
||
GetRuntimeEvents ( this type ) : IEnumerable |
||
GetRuntimeField ( this type, string name ) : |
||
GetRuntimeFields ( this type ) : IEnumerable |
||
GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : |
||
GetRuntimeMethod ( this type, string name, Type parameters ) : |
||
GetRuntimeMethods ( this type ) : IEnumerable |
||
GetRuntimeProperties ( this type ) : IEnumerable |
||
GetRuntimeProperty ( this type, string name ) : |
public static GetMethodInfo ( this del ) : |
||
del | this | |
return |
public static GetRuntimeBaseDefinition ( this method ) : |
||
method | this | |
return |
public static GetRuntimeEvent ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetRuntimeEvents ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetRuntimeField ( this type, string name ) : |
||
type | this | |
name | string | |
return |
public static GetRuntimeFields ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : |
||
typeInfo | this | |
interfaceType | Type | |
return |
public static GetRuntimeMethod ( this type, string name, Type parameters ) : |
||
type | this | |
name | string | |
parameters | Type | |
return |
public static GetRuntimeMethods ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetRuntimeProperties ( this type ) : IEnumerable |
||
type | this | |
return | IEnumerable |
public static GetRuntimeProperty ( this type, string name ) : |
||
type | this | |
name | string | |
return |