ILMemberAccess Type
Member Access
Union cases
Union case |
Description
|
Full Usage:
Assembly
|
Assembly - Indicates that the method is accessible to any class of this assembly. (internal) |
Full Usage:
CompilerControlled
|
|
Full Usage:
Family
|
Family - Indicates that the method is accessible only to members of this class and its derived classes. (protected) |
Full Usage:
FamilyAndAssembly
|
FamilyAndAssembly - Indicates that the method is accessible to members of this type and its derived types that are in _this assembly only_. (private protected) |
Full Usage:
FamilyOrAssembly
|
FamilyOrAssembly - Indicates that the method is accessible to derived classes anywhere, as well as to any class _in the assembly_. (protected internal) |
Full Usage:
Private
|
|
Full Usage:
Public
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsAssembly
Returns: bool
|
|
Full Usage:
this.IsCompilerControlled
Returns: bool
|
|
Full Usage:
this.IsFamily
Returns: bool
|
|
Full Usage:
this.IsFamilyAndAssembly
Returns: bool
|
|
Full Usage:
this.IsFamilyOrAssembly
Returns: bool
|
|
Full Usage:
this.IsPrivate
Returns: bool
|
|
Full Usage:
this.IsPublic
Returns: bool
|
|