A script This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace: OpenQuant.API
Assembly: OpenQuant.API (in OpenQuant.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class Script |
| C# |
|---|
| public abstract class Script |
| C++ |
|---|
| ref class Script abstract |
| J# |
|---|
| public class Script |
| JScript |
|---|
| public class Script |
Inheritance Hierarchy
System.Object
OpenQuant.API.Script
OpenQuant.API.Script
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.