Freigeben über


DkmCompiledILInspectionQuery.Instructions Property

Definition

Body of the query.

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)

Property Value

Returns ReadOnlyCollection<T>.

Applies to