C# Класс C24.ReVersion.AssemblyInfoModifier

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddNewAssemblyAttribute ( string code, Type attributeType ) : string
RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
ReplaceAssemblyAttribute ( string code, Type attributeType ) : string

Приватные методы

Метод Описание
FormatArgument ( object o ) : string
SpreadArguments ( IEnumerable arguments ) : string

Описание методов

AddNewAssemblyAttribute() публичный Метод

public AddNewAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Результат string

RemoveExistingAssemblyAttribute() публичный Метод

public RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Результат string

ReplaceAssemblyAttribute() публичный Метод

public ReplaceAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
Результат string