CASCExplorer.CASCHandlerBase.SaveFileTo C# (CSharp) Method

SaveFileTo() public abstract method

public abstract SaveFileTo ( ulong hash, string extractPath, string fullName ) : void
hash ulong
extractPath string
fullName string
return void
        public abstract void SaveFileTo(ulong hash, string extractPath, string fullName);

Same methods

CASCHandlerBase::SaveFileTo ( MD5Hash key, string path, string name ) : void
CASCHandlerBase::SaveFileTo ( string fullName, string extractPath ) : void