C# Class BundleVersionChecker, BundleVersionChecker

Mostra file Open project: kayy/BundleVersionChecker Class Usage Examples

Private Properties

Property Type Description
BundleVersionChecker System
CheckOrCreateDirectory void

Public Methods

Method 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

Method Description
BundleVersionChecker ( ) : System

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

CheckOrCreateDirectory ( string dir ) : void

Method Details

CopyTrackedBundleVersionInfo() public static method

public static CopyTrackedBundleVersionInfo ( ) : bool
return bool

CreateNewBuildVersionClassFile() public static method

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. ///
return void