DkmGPUComputeKernel.GetComputeKernelName 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.
Get the name of compute kernel.
public:
System::String ^ GetComputeKernelName();
public:
Platform::String ^ GetComputeKernelName();
std::wstring GetComputeKernelName();
public string GetComputeKernelName ();
member this.GetComputeKernelName : unit -> string
Public Function GetComputeKernelName () As String
Returns
[Out] Name of the ComputeKernel that is launched.