Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
GetDelegateUsage ( this fieldInfo ) : AttributeFullName |
public static GetInstanceFields ( this type ) : IEnumerable |
||
type | this | |
Résultat | IEnumerable |
public static GetInstanceFieldsOfUsage ( this type ) : IEnumerable |
||
type | this | |
Résultat | IEnumerable |
public static GetInstanceFieldsOfUsage ( this type, AttributeFullName attributeFullName ) : IEnumerable |
||
type | this | |
attributeFullName | AttributeFullName | |
Résultat | IEnumerable |
public static GetStaticProtectedOrInheritedFieldNamed ( this type, string fieldName ) : |
||
type | this | |
fieldName | string | |
Résultat |
public static GetStaticProtectedOrInheritedFields ( this type ) : IEnumerable |
||
type | this | |
Résultat | IEnumerable |
public static IsOfUsage ( this fieldInfo, AttributeFullName attributeFullName ) : bool | ||
fieldInfo | this | |
attributeFullName | AttributeFullName | |
Résultat | bool |