C# Class Microsoft.Xna.Framework.Content.ContentTypeWriter

Afficher le fichier Open project: jlyonsmith/XnaBuildContent

Protected Properties

Свойство Type Description
genericArgumentWriters List

Méthodes publiques

Méthode Description
ContentTypeWriter ( Type type ) : System
GetGenericArgumentTypeName ( ) : string
GetReaderTypeName ( ) : string
Initialize ( XnaBuildContent.XnbFileWriterV5 xnbWriter ) : void
Write ( ContentWriter writer, object value ) : void

Méthodes protégées

Méthode Description
GetAssemblyFullName ( Assembly assembly ) : string
GetGenericArguments ( ) : string
GetShortTypeName ( Type type ) : string
GetStrongTypeName ( Type type ) : string
GetTypeName ( Type type ) : string

Method Details

ContentTypeWriter() public méthode

public ContentTypeWriter ( Type type ) : System
type System.Type
Résultat System

GetAssemblyFullName() protected static méthode

protected static GetAssemblyFullName ( Assembly assembly ) : string
assembly System.Reflection.Assembly
Résultat string

GetGenericArgumentTypeName() public méthode

public GetGenericArgumentTypeName ( ) : string
Résultat string

GetGenericArguments() protected méthode

protected GetGenericArguments ( ) : string
Résultat string

GetReaderTypeName() public méthode

public GetReaderTypeName ( ) : string
Résultat string

GetShortTypeName() protected static méthode

protected static GetShortTypeName ( Type type ) : string
type System.Type
Résultat string

GetStrongTypeName() protected méthode

protected GetStrongTypeName ( Type type ) : string
type System.Type
Résultat string

GetTypeName() protected static méthode

protected static GetTypeName ( Type type ) : string
type System.Type
Résultat string

Initialize() public méthode

public Initialize ( XnaBuildContent.XnbFileWriterV5 xnbWriter ) : void
xnbWriter XnaBuildContent.XnbFileWriterV5
Résultat void

Write() public abstract méthode

public abstract Write ( ContentWriter writer, object value ) : void
writer ContentWriter
value object
Résultat void

Property Details

genericArgumentWriters protected_oe property

protected List genericArgumentWriters
Résultat List