C# Class Rebel.Framework.HashCodeCombiner

Used to create a hash code from multiple objects.
.Net has a class the same as this: System.Web.Util.HashCodeCombiner and of course it works for all sorts of things and is probably more stable in general, however we just need a quick easy class for this in order to create a unique hash of plugins to see if they've changed.
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Private Methods

Method Description
AddCaseInsensitiveString ( string s ) : void
AddDateTime ( System.DateTime d ) : void
AddFile ( FileInfo f ) : void
AddFolder ( DirectoryInfo d ) : void
AddInt ( int i ) : void
AddObject ( object o ) : void
GetCombinedHashCode ( ) : string

Returns the hex code of the combined hash code