Click or drag to resize

Options Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.Options"]

Inheritance Hierarchy
SystemObject
  MonkeyspeakOptions

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public class Options

The Options type exposes the following members.

Constructors
  NameDescription
Public methodOptions
Initializes a new instance of the Options class
Top
Properties
  NameDescription
Public propertyBlockCommentBeginSymbol
Block Comment beginning literal symbol

Default: *

Public propertyBlockCommentEndSymbol
Block Comment ending literal symbol

Default: *

Public propertyCanOverrideTriggerHandlers
If set to TRUE then an existing TriggerHandler can be overridden by newer TriggerHandler

Default: false

Public propertyDebug
Gets or sets a value indicating whether debug log output is enabled.
Public propertyLineCommentSymbol
Comment literal symbol

Default: *

Public propertyLoopLimit
Gets or sets the loop limit.
Public propertyStringBeginSymbol
Beginning string literal symbol

Default: {

Public propertyStringEndSymbol
Ending string literal symbol

Default: }

Public propertyStringLengthLimit
Used to limit the maximum length of a string

Default: Int32.MaxValue

Public propertyTriggerLimit
Used to limit the maximum amount of triggers per page

Default: 6000

Public propertyVariableCountLimit
Used to limit the maximum amount of variables per page

Default: 1000

Public propertyVariableDeclarationSymbol
Variable literal symbol

Default: %

Public propertyVariableTableCountLimit
Gets or sets the variable table count limit.
Public propertyVersion
Current assembly version used internally by the compiler to handle versioning
Top
Extension Methods
See Also