Метод | Описание | |
---|---|---|
GetInstanceFields ( this type ) : IEnumerable |
||
GetInstanceFieldsOfUsage ( this type ) : IEnumerable |
||
GetInstanceFieldsOfUsage ( this type, AttributeFullName attributeFullName ) : IEnumerable |
||
GetStaticProtectedOrInheritedFieldNamed ( this type, string fieldName ) : |
||
GetStaticProtectedOrInheritedFields ( this type ) : IEnumerable |
||
IsOfUsage ( this fieldInfo, AttributeFullName attributeFullName ) : bool |
Метод | Описание | |
---|---|---|
GetDelegateUsage ( this fieldInfo ) : AttributeFullName |
public static GetInstanceFields ( this type ) : IEnumerable |
||
type | this | |
Результат | IEnumerable |
public static GetInstanceFieldsOfUsage ( this type ) : IEnumerable |
||
type | this | |
Результат | IEnumerable |
public static GetInstanceFieldsOfUsage ( this type, AttributeFullName attributeFullName ) : IEnumerable |
||
type | this | |
attributeFullName | AttributeFullName | |
Результат | IEnumerable |
public static GetStaticProtectedOrInheritedFieldNamed ( this type, string fieldName ) : |
||
type | this | |
fieldName | string | |
Результат |
public static GetStaticProtectedOrInheritedFields ( this type ) : IEnumerable |
||
type | this | |
Результат | IEnumerable |
public static IsOfUsage ( this fieldInfo, AttributeFullName attributeFullName ) : bool | ||
fieldInfo | this | |
attributeFullName | AttributeFullName | |
Результат | bool |