Imaginary Game Engine API documentation
DSFileLoader Class
NamespacesIGEDSFileLoader

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:IGE.DSFileLoader]

Declaration Syntax
C#Visual BasicVisual C++
public class DSFileLoader : ReadFile
Public Class DSFileLoader _
	Inherits ReadFile
public ref class DSFileLoader : public ReadFile
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
DSFileLoader(Engine, String)
CloseStreams(Stream, Object)
Close filestream(s)
(Inherited from ReadFile.)
engine
Engine used to search the file
(Inherited from ReadFile.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
file
Path requested
(Inherited from ReadFile.)
FileName
Get the name of the file
(Inherited from ReadFile.)
filesize
Size of the file
(Inherited from ReadFile.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FullPath
Get the full path to the file
(Inherited from ReadFile.)
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.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsOpen
Get true if the file is opened
(Inherited from ReadFile.)
Load(Stream, Object) (Overrides ReadFile.Load(Stream, Object).)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
pFullPath
Full path to the file
(Inherited from ReadFile.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WaitUntilOpen()()()
Wait method, call before allowing any access to the file to make sure the file has been opened.
(Inherited from ReadFile.)
Inheritance Hierarchy
Object
ReadFile
 DSFileLoader

Assembly: IGE Core (Module: IGE Core) Version: 0.1.2957.39562 (0.1.0.0)