C# Class LinFu.AOP.Cecil.AssemblyDefinitionExtensions

A class that extends AssemblyDefinition instances.
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode Description
RemoveStrongName ( this sourceAssembly ) : void

Removes the strong-name signature from the sourceAssembly.

Method Details

RemoveStrongName() public static méthode

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