VmRunWrapperSharedFolderAdd(VMWareVirtualMachine, String, String) Method
Adds a new shared folder in the guest operating system of the specified virtual machine.
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 Sub SharedFolderAdd (
vm As VMWareVirtualMachine,
shareName As String,
hostDirectoryPath As String
)
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim shareName As String
Dim hostDirectoryPath As String
instance.SharedFolderAdd(vm, shareName,
hostDirectoryPath)
public:
void SharedFolderAdd(
VMWareVirtualMachine^ vm,
String^ shareName,
String^ hostDirectoryPath
)
member SharedFolderAdd :
vm : VMWareVirtualMachine *
shareName : string *
hostDirectoryPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- vm VMWareVirtualMachine
-
The VMWare virtual machine.
- shareName String
-
The name to assign to the shared folder.
- hostDirectoryPath String
-
The full path to the directory on the host operating system being shared.