Tesla Graphics Engine Documentation (January 2012)
ResourceExporter<(Of <(<'T>)>)> Class
TeslaTesla.ContentResourceExporter<(Of <(<'T>)>)>
Strongly typed resource exporter. Subclass this to add new exporters for different object types.
Declaration Syntax
C#
public abstract class ResourceExporter<T> : ResourceExporter
Generic Template Parameters
T
Members
All Members Constructors Methods Properties



Icon Member Description
ResourceExporter<(Of <(<'T>)>)>(String)
Creates a new resource exporter.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extension
Gets the exporter's file extension.
(Inherited from ResourceExporter.)
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.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save(Object, Stream)
Serializes an object to the stream.
(Overrides ResourceExporter.Save(Object, Stream).)
Save(T, Stream)
Serializes an object to the stream.

Save(Object, String)
Serializes an object and saves it to a file.
(Overrides ResourceExporter.Save(Object, String).)
Save(T, String)
Serializes an object and saves it to a file.

TargetType
Gets the target type of resource to export.
(Inherited from ResourceExporter.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ResourceExporter
  ResourceExporter<(Of <(<'T>)>)>
    BinaryExporter

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)