DVTk API
ExpandAndCompile Method (scriptFullFileName, includeAndCompileErrors)
DVTkDvtkApplicationLayerVisualBasicScriptExpandAndCompile(String, String%)
DVTk API

[This is preliminary documentation and is subject to change.]

Expand and compile the script to check if the syntax is OK. This is a "standalone" method. Use this when no Session object is available.
Declaration Syntax
C#Visual BasicVisual C++
public static bool ExpandAndCompile(
	string scriptFullFileName,
	out string includeAndCompileErrors
)
Public Shared Function ExpandAndCompile ( _
	scriptFullFileName As String, _
	<OutAttribute> ByRef includeAndCompileErrors As String _
) As Boolean
public:
static bool ExpandAndCompile(
	String^ scriptFullFileName, 
	[OutAttribute] String^% includeAndCompileErrors
)
Parameters
scriptFullFileName (String)
The full script file name.
includeAndCompileErrors ( String %)
String containing include and compile errors if existing.
Return Value
Boolean indicating if the script is correct.

Assembly: DvtkApplicationLayer (Module: DvtkApplicationLayer) Version: 0.0.0.0