C# 클래스 DatDigger.DataTypeExtensions

파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer

공개 메소드들

메소드 설명
GetRealType ( this type ) : Type
ParseDataType ( this p ) : DataType
ReadData ( this type, BinaryReader reader ) : object

비공개 메소드들

메소드 설명
DecryptString ( byte stringData ) : void
ReadString ( BinaryReader reader ) : string

메소드 상세

GetRealType() 공개 정적인 메소드

public static GetRealType ( this type ) : Type
type this
리턴 System.Type

ParseDataType() 공개 정적인 메소드

public static ParseDataType ( this p ) : DataType
p this
리턴 DataType

ReadData() 공개 정적인 메소드

public static ReadData ( this type, BinaryReader reader ) : object
type this
reader System.IO.BinaryReader
리턴 object