C# Class C24.ReVersion.AssemblyInfoModifier

Show file Open project: CHECK24/c24.ReVersion Class Usage Examples

Public Methods

Method Description
AddNewAssemblyAttribute ( string code, Type attributeType ) : string
RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
ReplaceAssemblyAttribute ( string code, Type attributeType ) : string

Private Methods

Method Description
FormatArgument ( object o ) : string
SpreadArguments ( IEnumerable arguments ) : string

Method Details

AddNewAssemblyAttribute() public method

public AddNewAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
return string

RemoveExistingAssemblyAttribute() public method

public RemoveExistingAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
return string

ReplaceAssemblyAttribute() public method

public ReplaceAssemblyAttribute ( string code, Type attributeType ) : string
code string
attributeType System.Type
return string