Share via


IVstaHelper.Initalize(String, Boolean) Method

Definition

Initializes the project with default code and settings based on the applied configuration.

public:
 bool Initalize(System::String ^ appName, bool supportDebug);
public bool Initalize (string appName, bool supportDebug);
abstract member Initalize : string * bool -> bool
Public Function Initalize (appName As String, supportDebug As Boolean) As Boolean

Parameters

appName
String

The name of the project.

supportDebug
Boolean

true to support debugging; otherwise, false.

Returns

true if the initialization succeeded; otherwise, false.

Applies to