graph BT
Type-->Base0["object"]
Type["XamlTypeSystemExtensions"]
class Type type-node
Syntax
public static class XamlTypeSystemExtensions
Methods
Name |
Value |
Summary |
FindConstructor(IXamlType, List<IXamlType>) |
IXamlConstructor |
static
|
FindMethod(IXamlType, FindMethodMethodSignature) |
IXamlMethod |
static
|
FindMethod(IXamlType, Func<IXamlMethod, bool>) |
IXamlMethod |
static
|
FindMethod(IXamlType, string, IXamlType, bool, IXamlType[]) |
IXamlMethod |
static
|
FindMethods(IXamlType, Func<IXamlMethod, bool>) |
IEnumerable<IXamlMethod> |
static
|
GetAllEvents(IXamlType) |
IEnumerable<IXamlEventInfo> |
static
|
GetAllFields(IXamlType) |
IEnumerable<IXamlField> |
static
|
GetAllInterfaces(IXamlType) |
IEnumerable<IXamlType> |
static
|
GetAllProperties(IXamlType) |
IEnumerable<IXamlProperty> |
static
|
GetConstructor(IXamlType, List<IXamlType>) |
IXamlConstructor |
static
|
GetFqn(IXamlType) |
string |
static
|
GetFullName(IXamlType) |
string |
static
|
GetMethod(IXamlType, FindMethodMethodSignature) |
IXamlMethod |
static
|
GetType(IXamlTypeSystem, string) |
IXamlType |
static
|
IsDirectlyAssignableFrom(IXamlType, IXamlType) |
bool |
static
|
IsNullable(IXamlType) |
bool |
static
|
IsNullableOf(IXamlType, IXamlType) |
bool |
static
|
MakeGenericType(IXamlType, IXamlType[]) |
IXamlType |
static
|
ParametersWithThis(IXamlMethod) |
IReadOnlyList<IXamlType> |
static
|
ThisOrFirstParameter(IXamlMethod) |
IXamlType |
static
|