Reference Library
MpqArchive Class
NamespacesMBNCSUtil.DataMpqArchive
Represents an MPQ archive.
Declaration Syntax
C#Visual BasicVisual C++
public class MpqArchive : IDisposable
Public Class MpqArchive _
	Implements IDisposable
public ref class MpqArchive : IDisposable
Members
All MembersMethods



IconMemberDescription
ContainsFile(String)
Determines whether the archive contains the specified file.

Dispose()()()()
Disposes this archive.

Dispose(Boolean)
Cleans up unmanaged resources used by this archive.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Called when the .NET Framework is removing this object from memory.
(Overrides Object.Finalize()()()().)
GetHashCode()()()()
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetListFile()()()()
Gets the full text of the MPQ list file.

GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OpenFile(String)
Opens the specified file contained within the MPQ.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MpqArchive

Assembly: Asgard5Library (Module: Asgard5Library)