MetadataReaderExtensions.GetEditAndContinueLogEntries(MetadataReader) Methode

Definition

Listet Einträge des EnC-Protokolls auf.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::Reflection::Metadata::Ecma335::EditAndContinueLogEntry> ^ GetEditAndContinueLogEntries(System::Reflection::Metadata::MetadataReader ^ reader);
public static System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry> GetEditAndContinueLogEntries (this System.Reflection.Metadata.MetadataReader reader);
static member GetEditAndContinueLogEntries : System.Reflection.Metadata.MetadataReader -> seq<System.Reflection.Metadata.Ecma335.EditAndContinueLogEntry>
<Extension()>
Public Iterator Function GetEditAndContinueLogEntries (reader As MetadataReader) As IEnumerable(Of EditAndContinueLogEntry)
<Extension()>
Public Function GetEditAndContinueLogEntries (reader As MetadataReader) As IEnumerable(Of EditAndContinueLogEntry)

Parameter

Gibt zurück

Ausnahmen

reader ist null.

Gilt für: