Share via


IDebugComputeKernel110.GetKernelProperties(UInt32, Pair[], UInt32) Method

Definition

public:
 int GetKernelProperties(System::UInt32 cProperties, cli::array <Microsoft::VisualStudio::Debugger::Interop::Pair> ^ KernelProperties, [Runtime::InteropServices::Out] System::UInt32 % pcProperties);
public int GetKernelProperties(uint cProperties, Microsoft.VisualStudio.Debugger.Interop.Pair[] KernelProperties, out uint pcProperties);
abstract member GetKernelProperties : uint32 * Microsoft.VisualStudio.Debugger.Interop.Pair[] * uint32 -> int
Public Function GetKernelProperties (cProperties As UInteger, KernelProperties As Pair(), ByRef pcProperties As UInteger) As Integer

Parameters

cProperties
UInt32
KernelProperties
Pair[]
pcProperties
UInt32

Returns

Applies to