Edit

Share via


ModuleBuilder.GetSymWriter Method

Definition

Returns the symbol writer associated with this dynamic module.

public:
 System::Diagnostics::SymbolStore::ISymbolWriter ^ GetSymWriter();
public System.Diagnostics.SymbolStore.ISymbolWriter GetSymWriter();
member this.GetSymWriter : unit -> System.Diagnostics.SymbolStore.ISymbolWriter
Public Function GetSymWriter () As ISymbolWriter

Returns

The symbol writer associated with this dynamic module.

Applies to