RTProcessProcessName Property
|
Gets the name of the process.
Namespace:
IntervalZero.RTX64.RTAPI.Diagnostics.RTProcessAssembly:
IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version:
3.3.0.0 (File version: 3.5.0)
Syntaxpublic string ProcessName { get; }
Public ReadOnly Property ProcessName As String
Get
public:
virtual property String^ ProcessName {
String^ get () sealed;
}
abstract ProcessName : string with get
override ProcessName : string with get
Property Value
Type:
StringThe name of the process.
Implements
IDiagnosticsRtProcessProcessName
See Also