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.

Remarks

Note

Starting with the .NET Framework 2.0 Service Pack 1, this member no longer requires ReflectionPermission with the ReflectionPermissionFlag.ReflectionEmit flag. (See Security Issues in Reflection Emit.) To use this functionality, your application should target the .NET Framework 3.5 or later.

Applies to