C# 클래스 Microsoft.Xna.Framework.Content.ContentTypeWriter

파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent

보호된 프로퍼티들

프로퍼티 타입 설명
genericArgumentWriters List

공개 메소드들

메소드 설명
ContentTypeWriter ( Type type ) : System
GetGenericArgumentTypeName ( ) : string
GetReaderTypeName ( ) : string
Initialize ( XnaBuildContent.XnbFileWriterV5 xnbWriter ) : void
Write ( ContentWriter writer, object value ) : void

보호된 메소드들

메소드 설명
GetAssemblyFullName ( Assembly assembly ) : string
GetGenericArguments ( ) : string
GetShortTypeName ( Type type ) : string
GetStrongTypeName ( Type type ) : string
GetTypeName ( Type type ) : string

메소드 상세

ContentTypeWriter() 공개 메소드

public ContentTypeWriter ( Type type ) : System
type System.Type
리턴 System

GetAssemblyFullName() 보호된 정적인 메소드

protected static GetAssemblyFullName ( Assembly assembly ) : string
assembly System.Reflection.Assembly
리턴 string

GetGenericArgumentTypeName() 공개 메소드

public GetGenericArgumentTypeName ( ) : string
리턴 string

GetGenericArguments() 보호된 메소드

protected GetGenericArguments ( ) : string
리턴 string

GetReaderTypeName() 공개 메소드

public GetReaderTypeName ( ) : string
리턴 string

GetShortTypeName() 보호된 정적인 메소드

protected static GetShortTypeName ( Type type ) : string
type System.Type
리턴 string

GetStrongTypeName() 보호된 메소드

protected GetStrongTypeName ( Type type ) : string
type System.Type
리턴 string

GetTypeName() 보호된 정적인 메소드

protected static GetTypeName ( Type type ) : string
type System.Type
리턴 string

Initialize() 공개 메소드

public Initialize ( XnaBuildContent.XnbFileWriterV5 xnbWriter ) : void
xnbWriter XnaBuildContent.XnbFileWriterV5
리턴 void

Write() 공개 추상적인 메소드

public abstract Write ( ContentWriter writer, object value ) : void
writer ContentWriter
value object
리턴 void

프로퍼티 상세

genericArgumentWriters 보호되어 있는 프로퍼티

protected List genericArgumentWriters
리턴 List