메소드 | 설명 | |
---|---|---|
GetAddMethod ( this methodInfo ) : |
||
GetConstructors ( this typeInfo ) : IEnumerable |
||
GetExportedTypes ( this assembly ) : IEnumerable |
||
GetGenericArguments ( this typeInfo ) : System.Type[] | ||
GetGenericParameters ( this typeInfo ) : System.Type[] | ||
GetInterfaces ( this typeInfo ) : IEnumerable |
||
GetPrivateGetMethod ( this propertyInfo ) : |
||
GetPrivateSetMethod ( this propertyInfo ) : |
||
GetRemoveMethod ( this methodInfo ) : |
||
HasDefaultValue ( this parameterInfo ) : bool |
public static GetAddMethod ( this methodInfo ) : |
||
methodInfo | this | |
리턴 |
public static GetConstructors ( this typeInfo ) : IEnumerable |
||
typeInfo | this | |
리턴 | IEnumerable |
public static GetExportedTypes ( this assembly ) : IEnumerable |
||
assembly | this | |
리턴 | IEnumerable |
public static GetGenericArguments ( this typeInfo ) : System.Type[] | ||
typeInfo | this | |
리턴 | System.Type[] |
public static GetGenericParameters ( this typeInfo ) : System.Type[] | ||
typeInfo | this | |
리턴 | System.Type[] |
public static GetInterfaces ( this typeInfo ) : IEnumerable |
||
typeInfo | this | |
리턴 | IEnumerable |
public static GetPrivateGetMethod ( this propertyInfo ) : |
||
propertyInfo | this | |
리턴 |
public static GetPrivateSetMethod ( this propertyInfo ) : |
||
propertyInfo | this | |
리턴 |
public static GetRemoveMethod ( this methodInfo ) : |
||
methodInfo | this | |
리턴 |
public static HasDefaultValue ( this parameterInfo ) : bool | ||
parameterInfo | this | |
리턴 | bool |