C# 클래스 AssemblyUtils, PreSharp

파일 보기 프로젝트 열기: ovatsus/PreSharp 1 사용 예제들

공개 메소드들

메소드 설명
CopyTo ( string destination ) : bool

Copies the current assembly to the destination, if necessary.

GetCLRVersion ( ) : Version
GetCLRVersion ( Type type ) : Version
GetVersion ( ) : Version
HasAssemblyChanged ( string otherAssemblyPath ) : bool

메소드 상세

CopyTo() 공개 정적인 메소드

Copies the current assembly to the destination, if necessary.
public static CopyTo ( string destination ) : bool
destination string Destination path. Includes filename.
리턴 bool

GetCLRVersion() 공개 정적인 메소드

public static GetCLRVersion ( ) : Version
리턴 Version

GetCLRVersion() 공개 정적인 메소드

public static GetCLRVersion ( Type type ) : Version
type Type
리턴 Version

GetVersion() 공개 정적인 메소드

public static GetVersion ( ) : Version
리턴 Version

HasAssemblyChanged() 공개 정적인 메소드

public static HasAssemblyChanged ( string otherAssemblyPath ) : bool
otherAssemblyPath string
리턴 bool