CallScope Type
Indicates the calling scope(access level).
Union cases
Union case | Description |
Full Usage:
FreeScope
|
|
Full Usage:
PrivateAccess
|
|
Full Usage:
PrivateStatic
|
|
Full Usage:
PrivateThunk
|
|
Full Usage:
PrivateVirtual
|
|
Full Usage:
Protected
|
|
Full Usage:
ProtectedStatic
|
|
Full Usage:
ProtectedThunk
|
|
Full Usage:
ProtectedVirtual
|
|
Full Usage:
PublicAccess
|
|
Full Usage:
PublicStatic
|
|
Full Usage:
PublicThunk
|
|
Full Usage:
PublicVirtual
|
|
Full Usage:
UnknownCallScope
|
Instance members
Instance member | Description |
Full Usage:
this.IsFreeScope
Returns: bool
|
|
Full Usage:
this.IsPrivateAccess
Returns: bool
|
|
Full Usage:
this.IsPrivateStatic
Returns: bool
|
|
Full Usage:
this.IsPrivateThunk
Returns: bool
|
|
Full Usage:
this.IsPrivateVirtual
Returns: bool
|
|
Full Usage:
this.IsProtected
Returns: bool
|
|
Full Usage:
this.IsProtectedStatic
Returns: bool
|
|
Full Usage:
this.IsProtectedThunk
Returns: bool
|
|
Full Usage:
this.IsProtectedVirtual
Returns: bool
|
|
Full Usage:
this.IsPublicAccess
Returns: bool
|
|
Full Usage:
this.IsPublicStatic
Returns: bool
|
|
Full Usage:
this.IsPublicThunk
Returns: bool
|
|
Full Usage:
this.IsPublicVirtual
Returns: bool
|
|
Full Usage:
this.IsUnknownCallScope
Returns: bool
|
|