Compartilhar via


DkmRunningProcessInfo.PublishedPrograms Property

Definition

[Optional] Provides information about which runtimes are active in the target process. Currently this is used for script debugging and CoreCLR debugging, and it is likely to be used for other runtimes in the future.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmPublishedProgramInfo ^> ^ PublishedPrograms { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DefaultPort::DkmPublishedProgramInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmPublishedProgramInfo> PublishedPrograms { get; }
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmPublishedProgramInfo>? PublishedPrograms { get; }
member this.PublishedPrograms : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DefaultPort.DkmPublishedProgramInfo>
Public ReadOnly Property PublishedPrograms As ReadOnlyCollection(Of DkmPublishedProgramInfo)

Property Value

Returns ReadOnlyCollection<T>.

Applies to