C# Class BundleVersionChecker, BundleVersionChecker

Afficher le fichier Open project: kayy/BundleVersionChecker Class Usage Examples

Private Properties

Свойство Type Description
BundleVersionChecker System
CheckOrCreateDirectory void

Méthodes publiques

Méthode Description
CopyTrackedBundleVersionInfo ( ) : bool
CreateNewBuildVersionClassFile ( AbstractBundleVersionGenerator generator ) : void

Creates the new class file for ClassName.cs regardless if there is an existing one or not.

Private Methods

Méthode Description
BundleVersionChecker ( ) : System

Class attribute [InitializeOnLoad] triggers calling the static constructor on every refresh.

CheckOrCreateDirectory ( string dir ) : void

Method Details

CopyTrackedBundleVersionInfo() public static méthode

public static CopyTrackedBundleVersionInfo ( ) : bool
Résultat bool

CreateNewBuildVersionClassFile() public static méthode

Creates the new class file for ClassName.cs regardless if there is an existing one or not.
public static CreateNewBuildVersionClassFile ( AbstractBundleVersionGenerator generator ) : void
generator AbstractBundleVersionGenerator /// Generator object to use. ///
Résultat void