Table of Contents

Interface ISymbolWriter2

Namespace
Microsoft.Samples.Debugging.CorSymbolStore
Assembly
corapi.dll
[ComVisible(false)]
public interface ISymbolWriter2 : ISymbolWriter, IDisposable

Methods

Abort()
DefineConstant(string, object, byte[])
DefineConstant(string, object, SymbolToken)
DefineGlobalVariable(string, int, SymbolToken, int, int, int, int)
DefineLocalVariable(string, int, SymbolToken, int, int, int, int, int, int)
GetDebugInfo(out ImageDebugDirectory)
Initialize(object, string, bool)
Initialize(object, string, IStream, bool)
Initialize(object, string, IStream, bool, string)
RemapToken(SymbolToken, SymbolToken)