VMWareVirtualMachine Constructor
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public VMWareVirtualMachine(
string vmxFilePath,
bool isSharedVm
)
Public Sub New (
vmxFilePath As String,
isSharedVm As Boolean
)
Dim vmxFilePath As String
Dim isSharedVm As Boolean
Dim instance As New VMWareVirtualMachine(vmxFilePath,
isSharedVm)
public:
VMWareVirtualMachine(
String^ vmxFilePath,
bool isSharedVm
)
new :
vmxFilePath : string *
isSharedVm : bool -> VMWareVirtualMachine
No code example is currently available or this language may not be supported.
Parameters
- vmxFilePath String
-
The full path to the .vmx file.
- isSharedVm Boolean
-
A value that determine whether the VM is a shared VM.