Click or drag to resize

ISymbolWriter Interface

Namespace:  Mono.Cecil.Cil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public interface ISymbolWriter : IDisposable

The ISymbolWriter type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetDebugHeader
Public methodWrite(MethodBody)
Public methodWrite(MethodSymbols)
Top
See Also