Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.