C# 클래스 C24.ReVersion.AssemblyInfoModifier

파일 보기 프로젝트 열기: CHECK24/c24.ReVersion 1 사용 예제들

공개 메소드들

메소드 설명
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