EvaluatorAccess Enumeration |
Namespace: CSScriptLib
public enum EvaluatorAccess
| Member name | Value | Description | |
|---|---|---|---|
| Singleton | 0 | Every time the member variable is accessed the same static object is returned. | |
| AlwaysCreate | 1 | Every time the member variable is accessed a new object is created. |