PauseProcessObjectPID Property
Gets the process id. (PID)
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
public int PID { get; }
<BrowsableAttribute(true)>
Public ReadOnly Property PID As Integer
Get
Dim instance As PauseProcessObject
Dim value As Integer
value = instance.PID
public:
[BrowsableAttribute(true)]
property int PID {
int get ();
}
[<BrowsableAttribute(true)>]
member PID : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32