Enum EvaluatedMemberVisibility
- Namespace
- Alternet.Scripter.Debugger.ExpressionEvaluation
- Assembly
- Alternet.Scripter.Debugger.Common.v9.dll
Specifies the possible accessibility levels of evaluation result.
public enum EvaluatedMemberVisibility
Fields
Internal = 3
Access is limited to the current assembly.
Private = 4
Access is limited to the containing type.
Protected = 2
Access is limited to the containing class or types derived from the containing class.
Public = 1
Access is not restricted.
Unknown = 0
Access level is undefined.