Class Asgard3CheckRevision
Inheritance
System.Object
Asgard3CheckRevision
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Asgard3.Core.dll
Syntax
public class Asgard3CheckRevision
Constructors
|
Improve this Doc
View Source
Asgard3CheckRevision()
Declaration
public Asgard3CheckRevision()
|
Improve this Doc
View Source
Asgard3CheckRevision(BattleNetClient)
Declaration
public Asgard3CheckRevision(BattleNetClient con)
Parameters
Properties
|
Improve this Doc
View Source
CheckRevisionDirectory
Declaration
public string CheckRevisionDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckRevisionError
Declaration
public Exception CheckRevisionError { get; set; }
Property Value
Type |
Description |
System.Exception |
|
|
Improve this Doc
View Source
CheckRevisionFileName
Declaration
public string CheckRevisionFileName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckRevisionFileTime
Declaration
public long CheckRevisionFileTime { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public DataReader CheckRevisionFormula { get; set; }
Property Value
|
Improve this Doc
View Source
CheckRevisionFullPath
Declaration
public string CheckRevisionFullPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CheckRevisionMpqName
Declaration
public string CheckRevisionMpqName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExeHash
Declaration
public int ExeHash { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public DataBuffer ExeInformation { get; set; }
Property Value
|
Improve this Doc
View Source
ExeVersion
Declaration
public int ExeVersion { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsErrored
Declaration
public bool IsErrored { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Version
Declaration
public BattleNetCheckRevisionVersion Version { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DetectCheckRevisionVersion()
Declaration
public void DetectCheckRevisionVersion()
|
Improve this Doc
View Source
LoadCheckRevisionData(Int64, String, DataReader)
Declaration
public bool LoadCheckRevisionData(long filetime, string mpqFile, DataReader checkRevisionFormula)
Parameters
Type |
Name |
Description |
System.Int64 |
filetime |
|
System.String |
mpqFile |
|
DataReader |
checkRevisionFormula |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Process()
Declaration
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetBattleNetClient(BattleNetClient)
Declaration
public void SetBattleNetClient(BattleNetClient client)
Parameters