C# Class LinFu.AOP.Cecil.AssemblyDefinitionExtensions

A class that extends AssemblyDefinition instances.
Mostrar archivo Open project: philiplaureano/LinFu

Public Methods

Method Description
RemoveStrongName ( this sourceAssembly ) : void

Removes the strong-name signature from the sourceAssembly.

Method Details

RemoveStrongName() public static method

Removes the strong-name signature from the sourceAssembly.
public static RemoveStrongName ( this sourceAssembly ) : void
sourceAssembly this
return void