IDebugComputeKernel110.GetKernelProperties(UInt32, Pair[], UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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