C# 클래스 ProtoBuf.Helpers

Not all frameworks are created equal (fx1.1 vs fx2.0, micro-framework, compact-framework, silverlight, etc). This class simply wraps up a few things that would otherwise make the real code unnecessarily messy, providing fallback implementations if necessary.
파일 보기 프로젝트 열기: wpszz/CSLightForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EmptyTypes System.Type[]

공개 메소드들

메소드 설명
AppendLine ( System builder ) : System.Text.StringBuilder
BlockCopy ( byte from, int fromIndex, byte to, int toIndex, int count ) : void
IsInfinity ( double value ) : bool
IsInfinity ( float value ) : bool
IsNullOrEmpty ( string value ) : bool
Sort ( int keys, object values ) : void

비공개 메소드들

메소드 설명
DebugAssert ( bool condition ) : void
DebugAssert ( bool condition, string message ) : void
DebugWriteLine ( string message ) : void
DebugWriteLine ( string message, object obj ) : void
GetInstanceMember ( TypeInfo declaringType, string name ) : MemberInfo
GetInstanceMethod ( Type declaringType, string name ) : MethodInfo
GetInstanceMethod ( Type declaringType, string name, Type types ) : MethodInfo
GetInstanceMethod ( TypeInfo declaringType, string name ) : MethodInfo
GetInstanceMethod ( TypeInfo declaringType, string name, Type types ) : MethodInfo
GetStaticMethod ( Type declaringType, string name ) : MethodInfo
GetStaticMethod ( TypeInfo declaringType, string name ) : MethodInfo
Helpers ( ) : System
IsSubclassOf ( Type type, Type baseClass ) : bool
TraceWriteLine ( string message ) : void

메소드 상세

AppendLine() 공개 정적인 메소드

public static AppendLine ( System builder ) : System.Text.StringBuilder
builder System
리턴 System.Text.StringBuilder

BlockCopy() 공개 정적인 메소드

public static BlockCopy ( byte from, int fromIndex, byte to, int toIndex, int count ) : void
from byte
fromIndex int
to byte
toIndex int
count int
리턴 void

IsInfinity() 공개 정적인 메소드

public static IsInfinity ( double value ) : bool
value double
리턴 bool

IsInfinity() 공개 정적인 메소드

public static IsInfinity ( float value ) : bool
value float
리턴 bool

IsNullOrEmpty() 공개 정적인 메소드

public static IsNullOrEmpty ( string value ) : bool
value string
리턴 bool

Sort() 공개 정적인 메소드

public static Sort ( int keys, object values ) : void
keys int
values object
리턴 void

프로퍼티 상세

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

public static Type[],System EmptyTypes
리턴 System.Type[]