RemoteProcess.FileName Property

Gets the file name.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)

Syntax

'Declaration
Public ReadOnly Property FileName As String
'Usage
Dim instance As RemoteProcess 
Dim value As String 

value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
public function get FileName () : String

Property Value

Type: System.String
The filename 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