DkmGetVolatilePropertiesAsyncResult(Int32, UInt64) 构造函数

定义

创建新的结果结构,以便保存对 DkmThread 的成功调用的输出。

public:
 DkmGetVolatilePropertiesAsyncResult(int Priority, System::UInt64 AffinityMask);
public:
 DkmGetVolatilePropertiesAsyncResult(int Priority, unsigned long long AffinityMask);
 DkmGetVolatilePropertiesAsyncResult(int Priority, unsigned long AffinityMask);
public DkmGetVolatilePropertiesAsyncResult (int Priority, ulong AffinityMask);
new Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatilePropertiesAsyncResult : int * uint64 -> Microsoft.VisualStudio.Debugger.ThreadProperties.DkmGetVolatilePropertiesAsyncResult
Public Sub New (Priority As Integer, AffinityMask As ULong)

参数

Priority
Int32

中线程的优先级。 返回的值直接对应于为 kernel32.dll 定义的值!GetThreadPriority.

AffinityMask
UInt64

中线程的关联掩码。 返回的值直接对应于为 kernel32.dll 定义的值!SetThreadAffinityMask.

适用于