Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 936 Bytes

664b7ddf-4dd6-63fc-27c5-0f0e86fb2a23.md

File metadata and controls

43 lines (29 loc) · 936 Bytes

BlastScriptPackage.IsBurstCompiled Property

True if this package has also been burstcompiled and can be executed with a native function pointer

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

Syntax

C#

public bool IsBurstCompiled { get; }

VB

Public ReadOnly Property IsBurstCompiled As Boolean
	Get

C++

public:
property bool IsBurstCompiled {
	bool get ();
}

F#

member IsBurstCompiled : bool with get

Property Value

Type: Boolean

See Also

Reference

BlastScriptPackage Class
NSS.Blast Namespace