Table of Contents

Enum Context.GetStatus

Namespace
EzrSquared.Runtime
Assembly
ezrSquared-lib.dll
public enum Context.GetStatus

Fields

AccessToPrivateSymbolNotAllowed = 2

Accessing privates symbols from Contexts without permission is not allowed.

InvalidGlobalPrivateAccessNotAllowed = 4

Cannot access symbols with both Global and Private accessibility modifiers.

Ok = 0

The operation was successful.

StaticAccessWithoutDefinedContextNotAllowed = 3

Cannot access static symbols without a known static Context.

UndefinedSymbolAccessNotAllowed = 1

The requested symbol was not found.