execute the script in the given environment with the supplied data
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
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
- 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
Type: BlastError
success if all is ok