DkmNativeCppNamedExpressionParameter.Name Property
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.
The name of this parameter. This name must be a legal C++ identifier, with the exception that '$' is a valid character. Expressions passed to CompileNativeExpression() may use the parameter name to refer to the parameter. In the resultant IL, parameters are read via a DkmILLoad instruction. The first parameter (index 0) is an implicit 'this' pointer, present only if 'TypeContext' is non-null. Named parameter follow immediately after.
This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).
public:
property System::String ^ Name { System::String ^ get(); };
public:
property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String