C# 클래스 System.Runtime.Serialization.Formatters.Binary.BinaryCommon

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BinaryHeader byte[]
UseReflectionSerialization bool

공개 메소드들

메소드 설명
CheckSerializable ( Type type, ISurrogateSelector selector, StreamingContext context ) : void
GetTypeCode ( Type type ) : byte
GetTypeFromCode ( int code ) : Type
IsPrimitive ( Type type ) : bool
SwapBytes ( byte byteArray, int size, int dataSize ) : void

비공개 메소드들

메소드 설명
BinaryCommon ( ) : System

메소드 상세

CheckSerializable() 공개 정적인 메소드

public static CheckSerializable ( Type type, ISurrogateSelector selector, StreamingContext context ) : void
type System.Type
selector ISurrogateSelector
context StreamingContext
리턴 void

GetTypeCode() 공개 정적인 메소드

public static GetTypeCode ( Type type ) : byte
type System.Type
리턴 byte

GetTypeFromCode() 공개 정적인 메소드

public static GetTypeFromCode ( int code ) : Type
code int
리턴 System.Type

IsPrimitive() 공개 정적인 메소드

public static IsPrimitive ( Type type ) : bool
type System.Type
리턴 bool

SwapBytes() 공개 정적인 메소드

public static SwapBytes ( byte byteArray, int size, int dataSize ) : void
byteArray byte
size int
dataSize int
리턴 void

프로퍼티 상세

BinaryHeader 공개적으로 정적으로 프로퍼티

public static byte[] BinaryHeader
리턴 byte[]

UseReflectionSerialization 공개적으로 정적으로 프로퍼티

public static bool UseReflectionSerialization
리턴 bool