graph BT
Type-->Base0["object"]
Type["XamlIlTypeSystemExtensions"]
class Type type-node
Syntax
public static class XamlIlTypeSystemExtensions
Methods
Name |
Value |
Summary |
DebugHatch(IXamlIlEmitter, string) |
IXamlIlEmitter |
static
|
EmitCall(IXamlIlEmitter, IXamlIlMethod, bool) |
IXamlIlEmitter |
static
|
FindConstructor(IXamlIlType, List<IXamlIlType>) |
IXamlIlConstructor |
static
|
FindMethod(IXamlIlType, FindMethodMethodSignature) |
IXamlIlMethod |
static
|
FindMethod(IXamlIlType, Func<IXamlIlMethod, bool>) |
IXamlIlMethod |
static
|
FindMethod(IXamlIlType, string, IXamlIlType, bool, IXamlIlType[]) |
IXamlIlMethod |
static
|
FindMethods(IXamlIlType, Func<IXamlIlMethod, bool>) |
IEnumerable<IXamlIlMethod> |
static
|
GetAllEvents(IXamlIlType) |
IEnumerable<IXamlIlEventInfo> |
static
|
GetAllFields(IXamlIlType) |
IEnumerable<IXamlIlField> |
static
|
GetAllInterfaces(IXamlIlType) |
IEnumerable<IXamlIlType> |
static
|
GetAllProperties(IXamlIlType) |
IEnumerable<IXamlIlProperty> |
static
|
GetFqn(IXamlIlType) |
string |
static
|
GetFullName(IXamlIlType) |
string |
static
|
GetMethod(IXamlIlType, FindMethodMethodSignature) |
IXamlIlMethod |
static
|
GetType(IXamlIlTypeSystem, string) |
IXamlIlType |
static
|
IsDirectlyAssignableFrom(IXamlIlType, IXamlIlType) |
bool |
static
|
IsNullable(IXamlIlType) |
bool |
static
|
IsNullableOf(IXamlIlType, IXamlIlType) |
bool |
static
|
MakeGenericType(IXamlIlType, IXamlIlType[]) |
IXamlIlType |
static
|
ParametersWithThis(IXamlIlMethod) |
IReadOnlyList<IXamlIlType> |
static
|
ThisOrFirstParameter(IXamlIlMethod) |
IXamlIlType |
static
|