Udostępnij za pośrednictwem


RemoteProcess.Arguments Property

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

See Also

Reference

RemoteProcess Class

RemoteProcess Members

Microsoft.SmartDevice.Connectivity Namespace