eDriven Framework API
ImageLoaderBase Class
NamespaceseDriven.Networking.Rpc.MultiplicatorsImageLoaderBase
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public class ImageLoaderBase : TokenMultiplicator<Texture2D>
Public Class ImageLoaderBase _
	Inherits TokenMultiplicator(Of Texture2D)
public ref class ImageLoaderBase : public TokenMultiplicator<Texture2D^>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ImageLoaderBase()()()()
Initializes a new instance of the ImageLoaderBase class

Cancel(AsyncToken)
Cancels the current download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
CancelAll()()()()
Cancels all downloads
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
Connector
HttpConnector for handling actual download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Get(String)
Gets already loaded resource
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HasLoaded(String)
Checks if the resource is loaded
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
Load(String, ResultHandler)
Initializes download
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResponseExtractor
Extracts interesting data from the response
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
Settings
Extraction settings
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
TokenUpdater
Updates a token after the response is received
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Unload(String)
Unloads a texture
(Inherited from TokenMultiplicator<(Of <(<'T>)>)>.)
Inheritance Hierarchy
Object
TokenMultiplicator<(Of <(<'Texture2D>)>)>
 ImageLoaderBase

Assembly: eDriven.Networking (Module: eDriven.Networking) Version: 2.0.1.0 (2.0.1.0)