TraceFile.InitializeAsReader(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the specified TraceFile object for reading data from the trace log file.
public:
void InitializeAsReader(System::String ^ fileName);
public void InitializeAsReader (string fileName);
member this.InitializeAsReader : string -> unit
Public Sub InitializeAsReader (fileName As String)