Class ScriptGlobalOptions
Class containing script global options, that is options which cannot be customized per-script. GlobalOptions
Inheritance
System.Object
ScriptGlobalOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ScriptGlobalOptions
Properties
CustomConverters
Gets or sets the custom converters.
Declaration
public CustomConvertersCollection CustomConverters { get; set; }
Property Value
CustomConvertersCollection
|
RethrowExceptionNested
Gets or sets a value indicating whether interpreter exceptions should be re-thrown as nested exceptions.
Declaration
public bool RethrowExceptionNested { get; set; }
Property Value
System.Boolean
|