ToolsRemoteDesktopConnection Method
Remote Desktop Connection
Namespace: Metas.Instr.DriverAssembly: Metas.Instr.Driver (in Metas.Instr.Driver.dll) Version: 2.8.9053.20263
public static void RemoteDesktopConnection(
string rn,
int w = 1280,
int h = 800
)
Public Shared Sub RemoteDesktopConnection (
rn As String,
Optional w As Integer = 1280,
Optional h As Integer = 800
)
public:
static void RemoteDesktopConnection(
String^ rn,
int w = 1280,
int h = 800
)
static member RemoteDesktopConnection :
rn : string *
?w : int *
?h : int
(* Defaults:
let _w = defaultArg w 1280
let _h = defaultArg h 800
*)
-> unit
Parameters
- rn String
- Resource Name
- w Int32 (Optional)
- Width
- h Int32 (Optional)
- Height