hybridclr_unity/Runtime/RuntimeOptionId.cs

10 lines
199 B
C#

namespace HybridCLR
{
public enum RuntimeOptionId
{
InterpreterThreadObjectStackSize = 1,
InterpreterThreadFrameStackSize = 2,
ThreadExceptionFlowSize = 3,
}
}