Header menu logo F# Compiler Guide

ILMemberAccess Type

Member Access

Union cases

Union case Description

Assembly

Full Usage: Assembly

Assembly - Indicates that the method is accessible to any class of this assembly. (internal)

CompilerControlled

Full Usage: CompilerControlled

Family

Full Usage: Family

Family - Indicates that the method is accessible only to members of this class and its derived classes. (protected)

FamilyAndAssembly

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)

FamilyOrAssembly

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)

Private

Full Usage: Private

Public

Full Usage: Public

Instance members

Instance member Description

this.IsAssembly

Full Usage: this.IsAssembly

Returns: bool
Returns: bool

this.IsCompilerControlled

Full Usage: this.IsCompilerControlled

Returns: bool
Returns: bool

this.IsFamily

Full Usage: this.IsFamily

Returns: bool
Returns: bool

this.IsFamilyAndAssembly

Full Usage: this.IsFamilyAndAssembly

Returns: bool
Returns: bool

this.IsFamilyOrAssembly

Full Usage: this.IsFamilyOrAssembly

Returns: bool
Returns: bool

this.IsPrivate

Full Usage: this.IsPrivate

Returns: bool
Returns: bool

this.IsPublic

Full Usage: this.IsPublic

Returns: bool
Returns: bool

Type something to start searching.