Свойство | Тип | Описание | |
---|---|---|---|
ArrayLength | |||
DateTimeTicksConstructor | |||
IEnumerableMoveNext | |||
IRepositoryFactoryGetRepository | |||
NameComponents | |||
NameFromComponents | |||
NameFromNative | |||
ObjectEquals | |||
ObjectGetHashCode | |||
RuntimeGetInitializer | |||
StringCompare | |||
StringConcat | |||
TimeSpanTicksConstructor | |||
TypeGetTypeFromHandle |
Метод | Описание | |
---|---|---|
GetDefaultValue ( System type ) : object | ||
GetMethodExt ( this thisType, string name ) : |
Search for a method by name and parameter types. Unlike GetMethod(), does 'loose' matching on generic parameter types, and searches base interfaces.
|
|
GetMethodExt ( this thisType, string name, BindingFlags bindingFlags ) : |
Search for a method by name, parameter types, and binding flags. Unlike GetMethod(), does 'loose' matching on generic parameter types, and searches base interfaces.
|
|
IsFunction ( System type ) : bool | ||
IsNary ( System type ) : bool | ||
IsRepository ( System type ) : bool | ||
IsSet ( System type ) : bool | ||
IsTupleType ( System type ) : bool |
Метод | Описание | |
---|---|---|
GetMethodExt ( |
||
IsSimilarType ( this thisType, System type ) : bool |
Determines if the two types are either identical, or are both generic parameters or generic types with generic parameters in the same locations (generic parameters match any other generic parameter, but NOT concrete types).
|
public static GetDefaultValue ( System type ) : object | ||
type | System | |
Результат | object |
public static GetMethodExt ( this thisType, string name ) : |
||
thisType | this | |
name | string | |
Результат |
public static GetMethodExt ( this thisType, string name, BindingFlags bindingFlags ) : |
||
thisType | this | |
name | string | |
bindingFlags | BindingFlags | |
Результат |
public static IsFunction ( System type ) : bool | ||
type | System | |
Результат | bool |
public static IsNary ( System type ) : bool | ||
type | System | |
Результат | bool |
public static IsRepository ( System type ) : bool | ||
type | System | |
Результат | bool |
public static IsSet ( System type ) : bool | ||
type | System | |
Результат | bool |
public static IsTupleType ( System type ) : bool | ||
type | System | |
Результат | bool |
public static PropertyInfo,System.Reflection ArrayLength | ||
Результат |
public static ConstructorInfo,System.Reflection DateTimeTicksConstructor | ||
Результат |
public static MethodInfo,System.Reflection IEnumerableMoveNext | ||
Результат |
public static MethodInfo,System.Reflection IRepositoryFactoryGetRepository | ||
Результат |
public static FieldInfo,System.Reflection NameComponents | ||
Результат |
public static MethodInfo,System.Reflection NameFromComponents | ||
Результат |
public static MethodInfo,System.Reflection NameFromNative | ||
Результат |
public static MethodInfo,System.Reflection ObjectEquals | ||
Результат |
public static MethodInfo,System.Reflection ObjectGetHashCode | ||
Результат |
public static MethodInfo,System.Reflection RuntimeGetInitializer | ||
Результат |
public static MethodInfo,System.Reflection StringCompare | ||
Результат |
public static MethodInfo,System.Reflection StringConcat | ||
Результат |
public static ConstructorInfo,System.Reflection TimeSpanTicksConstructor | ||
Результат |