Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.08 KB

efebd662-b918-d0c5-5ce8-ad98accec06c.md

File metadata and controls

66 lines (51 loc) · 2.08 KB

BlastScriptPackage.Execute Method

execute the script in the given environment with the supplied data

Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0

Syntax

C#

public BlastError Execute(
	IntPtr blast,
	IntPtr environment,
	IntPtr caller,
	bool reset_defaults = true
)

VB

Public Function Execute ( 
	blast As IntPtr,
	environment As IntPtr,
	caller As IntPtr,
	Optional reset_defaults As Boolean = true
) As BlastError

C++

public:
BlastError Execute(
	IntPtr blast, 
	IntPtr environment, 
	IntPtr caller, 
	bool reset_defaults = true
)

F#

member Execute : 
        blast : IntPtr * 
        environment : IntPtr * 
        caller : IntPtr * 
        ?reset_defaults : bool 
(* Defaults:
        let _reset_defaults = defaultArg reset_defaults true
*)
-> BlastError 

Parameters

 

blast
Type: System.IntPtr
blastengine data
environment
Type: System.IntPtr
[optional] pointer to environment data
caller
Type: System.IntPtr
[ooptional] caller data
reset_defaults (Optional)
Type: System.Boolean
rewrite default values in datasegment, can be omitted on first execute with fresh datasegment

Return Value

Type: BlastError
success if all is ok

See Also

Reference

BlastScriptPackage Class
NSS.Blast Namespace