C# Class AssemblyUtils, PreSharp

ファイルを表示 Open project: ovatsus/PreSharp Class Usage Examples

Public Methods

Method Description
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

Method Details

CopyTo() public static method

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

GetCLRVersion() public static method

public static GetCLRVersion ( ) : Version
return Version

GetCLRVersion() public static method

public static GetCLRVersion ( Type type ) : Version
type Type
return Version

GetVersion() public static method

public static GetVersion ( ) : Version
return Version

HasAssemblyChanged() public static method

public static HasAssemblyChanged ( string otherAssemblyPath ) : bool
otherAssemblyPath string
return bool