EventRecord.ProcessId プロパティ

定義

このイベントを記録するイベント プロバイダーのプロセス ID を取得します。

public:
 abstract property Nullable<int> ProcessId { Nullable<int> get(); };
public abstract int? ProcessId { get; }
member this.ProcessId : Nullable<int>
Public MustOverride ReadOnly Property ProcessId As Nullable(Of Integer)

プロパティ値

整数値が返されます。 この値は null の場合もあります。

適用対象

こちらもご覧ください