DkmCompiledNativeCppTypeExpression.Create(DkmNativeCppType) Method

Definition

Create a new DkmCompiledNativeCppTypeExpression object instance.

Location constraint: API must be called from an IDE component (component level > 100,000).

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

public:
 static Microsoft::VisualStudio::Debugger::Native::Cpp::DkmCompiledNativeCppTypeExpression ^ Create(Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ Type);
public static Microsoft.VisualStudio.Debugger.Native.Cpp.DkmCompiledNativeCppTypeExpression Create (Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType Type);
static member Create : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmCompiledNativeCppTypeExpression
Public Shared Function Create (Type As DkmNativeCppType) As DkmCompiledNativeCppTypeExpression

Parameters

Type
DkmNativeCppType

[In] The type represented by the expression text.

Returns

[Out] Result of this method call.

Applies to