DkmInspectionContext.GetClrArrayIndexExpression(String[]) 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 an array index expression.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
System::String ^ GetClrArrayIndexExpression(cli::array <System::String ^> ^ Indices);
public:
Platform::String ^ GetClrArrayIndexExpression(Platform::Array <Platform::String ^> ^ Indices);
std::wstring GetClrArrayIndexExpression(std::Array <std::wstring const &> const & Indices);
public string GetClrArrayIndexExpression (string[] Indices);
member this.GetClrArrayIndexExpression : string[] -> string
Public Function GetClrArrayIndexExpression (Indices As String()) As String
Parameters
- Indices
- String[]
[In] Arguments to array expression.
Returns
[Out] The array index expression.