Enum Context.GetStatus
- Namespace
- EzrSquared.Runtime
- Assembly
- ezrSquared-lib.dll
Represents the status of a Get(Context?, string, out Reference, AccessMod, bool) call.
public enum Context.GetStatus
Fields
AccessToPrivateSymbolNotAllowed = 2Accessing privates symbols from Contexts without permission is not allowed.
InvalidGlobalPrivateAccessNotAllowed = 4Cannot access symbols with both Global and Private accessibility modifiers.
Ok = 0The operation was successful.
StaticAccessWithoutDefinedContextNotAllowed = 3Cannot access static symbols without a known static Context.
UndefinedSymbolAccessNotAllowed = 1The requested symbol was not found.