프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 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 | ||
리턴 |