C# Class AssemblyUtils, PreSharp

Afficher le fichier Open project: ovatsus/PreSharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

GetCLRVersion() public static méthode

public static GetCLRVersion ( ) : Version
Résultat Version

GetCLRVersion() public static méthode

public static GetCLRVersion ( Type type ) : Version
type Type
Résultat Version

GetVersion() public static méthode

public static GetVersion ( ) : Version
Résultat Version

HasAssemblyChanged() public static méthode

public static HasAssemblyChanged ( string otherAssemblyPath ) : bool
otherAssemblyPath string
Résultat bool