Table of Contents

Class ScriptGlobalOptions

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
public class ScriptGlobalOptions
Inheritance
ScriptGlobalOptions
Inherited Members
Extension Methods

Properties

CustomConverters

public CustomConvertersCollection CustomConverters { get; set; }

Property Value

CustomConvertersCollection

Platform

public IPlatformAccessor Platform { get; set; }

Property Value

IPlatformAccessor

RethrowExceptionNested

public bool RethrowExceptionNested { get; set; }

Property Value

bool