Class XofFile
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
public sealed class XofFile : IDisposable
Constructors
|
Edit this page
View Source
XofFile()
Declaration
Methods
|
Edit this page
View Source
CreateEnumObject(byte[])
Declaration
public XofFileEnumObject CreateEnumObject(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Returns
|
Edit this page
View Source
CreateEnumObject(string)
Declaration
public XofFileEnumObject CreateEnumObject(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
Declaration
public XofFileSaveObject CreateSaveObject(string path, XofFileFormats format)
Parameters
Returns
|
Edit this page
View Source
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
|
Edit this page
View Source
OpenEnumObject(byte[])
Declaration
public static XofFileEnumObject OpenEnumObject(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Returns
|
Edit this page
View Source
OpenEnumObject(string)
Declaration
public static XofFileEnumObject OpenEnumObject(string path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
Declaration
public static XofFileSaveObject OpenSaveObject(string path, XofFileFormats format)
Parameters
Returns
|
Edit this page
View Source
RegisterDefaultTemplates()
Declaration
public void RegisterDefaultTemplates()
|
Edit this page
View Source
RegisterEnumObjectTemplates(XofFileEnumObject)
Declaration
public void RegisterEnumObjectTemplates(XofFileEnumObject enumObject)
Parameters
|
Edit this page
View Source
RegisterTemplates(byte[])
Declaration
public void RegisterTemplates(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
|
Edit this page
View Source
RegisterTemplates(string)
Declaration
public void RegisterTemplates(string template)
Parameters
Type |
Name |
Description |
string |
template |
|
Implements