C# Class C24.ReVersion.AssemblyInfoModifier

Afficher le fichier Open project: CHECK24/c24.ReVersion Class Usage Examples

Méthodes publiques

Méthode Description
AddNewAssemblyAttribute ( string code, Type attributeType ) : string
RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
ReplaceAssemblyAttribute ( string code, Type attributeType ) : string

Private Methods

Méthode Description
FormatArgument ( object o ) : string
SpreadArguments ( IEnumerable arguments ) : string

Method Details

AddNewAssemblyAttribute() public méthode

public AddNewAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Résultat string

RemoveExistingAssemblyAttribute() public méthode

public RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Résultat string

ReplaceAssemblyAttribute() public méthode

public ReplaceAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Résultat string