示例#1
0
 /// <inheritdoc />
 protected override bool ReleaseHandle() => PdhApi.PdhCloseQuery(this.handle) == PdhErrorCode.Success;
示例#2
0
 protected override bool ReleaseHandle() => PdhApi.PdhRemoveCounter(this.handle) == PdhErrorCode.Success;