Process identifier (PID) of the controlled profiled application.
Namespace:
YourKit.Profiler.Api
Assembly:
YourKit.Profiler.Api (in YourKit.Profiler.Api.dll) Version: 2025.3.143
Syntaxpublic int pid { get; set; }
Public Property pid As Integer
Get
Set
public:
property int pid {
int get ();
void set (int value);
}
member pid : int with get, set
Property Value
Type:
Int32
See Also