Property | Type | Description | |
---|---|---|---|
ID | int | ||
Kind | MemberKind | ||
state | StateFlags |
Property | Type | Description | |
---|---|---|---|
declaringType | System.TypeSpec | ||
definition | IMemberDefinition | ||
modifiers | Modifiers |
Method | Description | |
---|---|---|
GetAttributeObsolete ( ) : |
||
GetMissingDependencies ( ) : List |
||
GetMissingDependencies ( |
||
GetSignatureForDocumentation ( ) : string | ||
GetSignatureForError ( ) : string | ||
InflateMember ( TypeParameterInflator inflator ) : |
||
IsAccessible ( IMemberContext ctx ) : bool | ||
IsCLSCompliant ( ) : bool | ||
IsConditionallyExcluded ( IMemberContext ctx ) : bool | ||
ResolveMissingDependencies ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
IsNotCLSCompliant ( bool &attrValue ) : bool | ||
MemberSpec ( MemberKind kind, System.TypeSpec declaringType, IMemberDefinition definition, Modifiers modifiers ) : System |
public GetAttributeObsolete ( ) : |
||
return |
public GetMissingDependencies ( |
||
caller | ||
return | List |
public GetSignatureForDocumentation ( ) : string | ||
return | string |
public InflateMember ( TypeParameterInflator inflator ) : |
||
inflator | TypeParameterInflator | |
return |
public IsAccessible ( IMemberContext ctx ) : bool | ||
ctx | IMemberContext | |
return | bool |
public IsConditionallyExcluded ( IMemberContext ctx ) : bool | ||
ctx | IMemberContext | |
return | bool |
protected IsNotCLSCompliant ( bool &attrValue ) : bool | ||
attrValue | bool | |
return | bool |
protected MemberSpec ( MemberKind kind, System.TypeSpec declaringType, IMemberDefinition definition, Modifiers modifiers ) : System | ||
kind | MemberKind | |
declaringType | System.TypeSpec | |
definition | IMemberDefinition | |
modifiers | Modifiers | |
return | System |
public abstract ResolveMissingDependencies ( |
||
caller | ||
return | List |