Compartilhar via


DkmStackHash.Create Method

Definition

Create a new DkmStackHash object instance.

public:
 static Microsoft::VisualStudio::Debugger::CallStack::DkmStackHash ^ Create(Microsoft::VisualStudio::Debugger::DkmThread ^ Thread, Microsoft::VisualStudio::Debugger::CallStack::DkmStackMemoryRange StackMemoryRange, Microsoft::VisualStudio::Debugger::Symbols::DkmMD5HashValue RegisterHash, Microsoft::VisualStudio::Debugger::Symbols::DkmMD5HashValue MemoryHash);
public static Microsoft.VisualStudio.Debugger.CallStack.DkmStackHash Create (Microsoft.VisualStudio.Debugger.DkmThread Thread, Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange StackMemoryRange, Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue RegisterHash, Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue MemoryHash);
static member Create : Microsoft.VisualStudio.Debugger.DkmThread * Microsoft.VisualStudio.Debugger.CallStack.DkmStackMemoryRange * Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue * Microsoft.VisualStudio.Debugger.Symbols.DkmMD5HashValue -> Microsoft.VisualStudio.Debugger.CallStack.DkmStackHash
Public Shared Function Create (Thread As DkmThread, StackMemoryRange As DkmStackMemoryRange, RegisterHash As DkmMD5HashValue, MemoryHash As DkmMD5HashValue) As DkmStackHash

Parameters

Thread
DkmThread

[In] The thread the cache applies to.

StackMemoryRange
DkmStackMemoryRange

[In] The range of the thread's stack.

RegisterHash
DkmMD5HashValue

[In] MD5 hash of the thread's CONTEXT structure at the point in which the cache was created.

MemoryHash
DkmMD5HashValue

[In] MD5 hash of the stack memory of the thread at the point in which the cache was created.

Returns

[Out] Result of this method call.

Applies to