DkmILExecuteIntrinsic.Subroutines Eigenschaft

Definition

Optionale Optionale Auflistung von Unterroutinen, die von der intrinsischen Funktion aufgerufen werden kann.

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

Eigenschaftswert

ReadOnlyCollection<DkmCompiledInspectionQuery>

Gibt ReadOnlyCollection<T>zurück.

Gilt für