DkmCompiledILInspectionQuery.Instructions 属性

定义

查询的正文。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction ^> ^ Instructions { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILInstruction ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction> Instructions { get; }
member this.Instructions : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILInstruction>
Public ReadOnly Property Instructions As ReadOnlyCollection(Of DkmILInstruction)

属性值

ReadOnlyCollection<DkmILInstruction>

返回 ReadOnlyCollection<T>

适用于