Property | Type | Description | |
---|---|---|---|
ErfFile | OEIShared.IO.ERF.ERFFile |
Method | Description | |
---|---|---|
ALFAERFResourceRepository ( string FileName ) : System |
Construct a new ERF repository.
|
|
CopyResource ( OEIShared Entry ) : OEIShared.IO.IResourceEntry |
Create a copy of a resource.
|
|
CopyResource ( OEIShared Entry, OEIShared NewName ) : OEIShared.IO.IResourceEntry |
Create a copy of a resource.
|
|
CreateResource ( OEIShared ResRef, ushort ResType ) : IResourceEntry |
Create a new resource.
|
|
Dispose ( ) : void |
Disposer.
|
|
Dispose ( bool Disposing ) : void |
Disposer.
|
|
PopulateRepository ( ) : void |
Populate contents of the repository from the ERF.
|
public ALFAERFResourceRepository ( string FileName ) : System | ||
FileName | string | Supplies the ERF file name. |
return | System |
public CopyResource ( OEIShared Entry ) : OEIShared.IO.IResourceEntry | ||
Entry | OEIShared | Supplies the resource to copy. |
return | OEIShared.IO.IResourceEntry |
public CopyResource ( OEIShared Entry, OEIShared NewName ) : OEIShared.IO.IResourceEntry | ||
Entry | OEIShared | Supplies the resource to copy. |
NewName | OEIShared | Supplies the new resource name. |
return | OEIShared.IO.IResourceEntry |
public CreateResource ( OEIShared ResRef, ushort ResType ) : IResourceEntry | ||
ResRef | OEIShared | Supplies the resource resref. |
ResType | ushort | Supplies the resource type. |
return | IResourceEntry |
public Dispose ( bool Disposing ) : void | ||
Disposing | bool | Supplies true if the object is /// disposing. |
return | void |