Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the arguments to be passed when starting a process.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public ReadOnly Property Arguments As String
'Usage
Dim instance As RemoteProcess
Dim value As String
value = instance.Arguments
public string Arguments { get; }
public:
property String^ Arguments {
String^ get ();
}
public function get Arguments () : String
Property Value
Type: System.String
The arguments of the current remote process.
Remarks
You cannot set this property. This property is set automatically after Start is called.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.