![]() |
BadScript 2
|
Contains the Runtime Implementation. More...
Namespaces | |
| namespace | Error |
| Contains the Error Objects for the BadScript2 Language. | |
| namespace | Interop |
| Contains the Interop Abstractions and Implementations for the BadScript2 Language. | |
| namespace | Module |
| namespace | Objects |
| Contains the Runtime Objects. | |
| namespace | Settings |
| Contains Runtime Settings Objects. | |
| namespace | VirtualMachine |
| Contains the Virtual Machine Implementation. | |
Classes | |
| class | BadExecutionContext |
| The Execution Context. Every execution of a script needs a context the script is running in. It is responsible for defining the global scope and the global variables. More... | |
| class | BadExecutionContextOptions |
| Provides settings for creating a new BadExecutionContext More... | |
| class | BadMemberChangedEvent |
| class | BadMemberChangeEvent |
| class | BadMemberChangingEvent |
| class | BadMemberInfo |
| class | BadScope |
| Implements the Scope for the Script Engine. More... | |
Enumerations | |
| enum | BadScopeFlags { None = 0 , AllowReturn = 1 , AllowBreak = 2 , AllowContinue = 4 , AllowThrow = 8 , CaptureReturn = 16 , CaptureBreak = 32 , CaptureContinue = 64 , CaptureThrow = 128 , Returnable = AllowReturn | CaptureReturn , Breakable = AllowBreak | CaptureBreak , Continuable = AllowContinue | CaptureContinue , Throwable = AllowThrow , RootScope = Throwable } |
| Defines Different Behaviours for the Current Scope. More... | |
Contains the Runtime Implementation.
Defines Different Behaviours for the Current Scope.
Definition at line 7 of file BadScopeFlags.cs.