SymReader.ReplaceSymbolStore(String, IntPtr) Method

Definition

Replaces the existing symbol store with a delta symbol store.

C#
public void ReplaceSymbolStore(string fileName, IntPtr stream);
C#
public virtual void ReplaceSymbolStore(string fileName, IntPtr stream);

Parameters

fileName
String

The name of the file containing the symbol store, or null if using an in-memory store.

stream
IntPtr

The pointer to the input stream for the symbol store, or Zero if using an on-disk store.

Remarks

The ReplaceSymbolStore is much like the UpdateSymbolStore method, but the given delta acts as a complete replacement rather than an update.

Only one of the parameters, fileName or stream, needs to be specified. If fileName is specified, the symbol store is updated with the symbols in that file. If stream is specified, the symbol store is updated with the data from the IStream .

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1