IVbcHostObject.SetSdkPath(String) Method

Definition

Specifies the location of mscorlib.dll and microsoft.visualbasic.dll.

public:
 bool SetSdkPath(System::String ^ sdkPath);
public bool SetSdkPath (string sdkPath);
abstract member SetSdkPath : string -> bool
Public Function SetSdkPath (sdkPath As String) As Boolean

Parameters

sdkPath
String

The location of mscorlib.dll and microsoft.visualbasic.dll.

Returns

true if the method was successful; otherwise, false.

Applies to