DkmGPUDataAddress.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Yeni bir DkmGPUDataAddress nesne örneği oluşturun.
public:
static Microsoft::VisualStudio::Debugger::GPU::DkmGPUDataAddress ^ Create(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ RuntimeInstance, System::UInt64 Value, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ InstructionAddress, Microsoft::VisualStudio::Debugger::GPU::DkmGPUComputeThread ^ ComputeThread, System::UInt64 InstructionPointer);
public static Microsoft.VisualStudio.Debugger.GPU.DkmGPUDataAddress Create (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance RuntimeInstance, ulong Value, Microsoft.VisualStudio.Debugger.DkmInstructionAddress InstructionAddress, Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread ComputeThread, ulong InstructionPointer);
static member Create : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * uint64 * Microsoft.VisualStudio.Debugger.DkmInstructionAddress * Microsoft.VisualStudio.Debugger.GPU.DkmGPUComputeThread * uint64 -> Microsoft.VisualStudio.Debugger.GPU.DkmGPUDataAddress
Public Shared Function Create (RuntimeInstance As DkmRuntimeInstance, Value As ULong, InstructionAddress As DkmInstructionAddress, ComputeThread As DkmGPUComputeThread, InstructionPointer As ULong) As DkmGPUDataAddress
Parametreler
- RuntimeInstance
- DkmRuntimeInstance
'Ndaki Dkmruntimeınstance sınıfı, bir DkmProcess öğesine yüklenen ve ayıklanacak kodu içeren bir yürütme ortamını temsil eder.
- Value
- UInt64
'Ndaki Veri adresi.
- InstructionAddress
- DkmInstructionAddress
[In, Isteğe bağlı] Veri adresi bir yönerge adresi olduğunda ayarlayın.
- ComputeThread
- DkmGPUComputeThread
'Ndaki DkmGPUComputeThread, GPU hedef işleminde çalışan bir işlem iş parçacığını temsil eder.
- InstructionPointer
- UInt64
'Ndaki GPU veri adresi, farklı yönerge işaretçisindeki farklı yazmaç konumlarına karşılık gelebilir.
Döndürülenler
Dışı Bu yöntem çağrısının sonucu.