Execute a Package
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public BlastError Execute(
in BlastScriptPackage package,
IntPtr environment,
IntPtr caller
)
VB
Public Function Execute (
ByRef package As BlastScriptPackage,
environment As IntPtr,
caller As IntPtr
) As BlastError
C++
public:
BlastError Execute(
[InAttribute] BlastScriptPackage^% package,
IntPtr environment,
IntPtr caller
)
F#
member Execute :
package : BlastScriptPackage byref *
environment : IntPtr *
caller : IntPtr -> BlastError
- package
- Type: NSS.Blast.BlastScriptPackage
the package data to execute - environment
- Type: System.IntPtr
the environment data to use - caller
- Type: System.IntPtr
the caller data to use
Type: BlastError
succes or an error code