Enum Runtime
- Namespace
- Dassie.Configuration
- Assembly
- dc.dll
The runtime of the application.
[Serializable]
public enum Runtime
- Extension Methods
Fields
Aot = 1Represents an AOT-compiled runtime.
Jit = 0Represents a JIT-compiled runtime.
The runtime of the application.
[Serializable]
public enum Runtime
Aot = 1Represents an AOT-compiled runtime.
Jit = 0Represents a JIT-compiled runtime.