C# 클래스 d3.Util

파일 보기 프로젝트 열기: fry/d3

공개 메소드들

메소드 설명
GetServiceHash ( string name ) : uint
ReadFixedUInt16 ( this s ) : ushort
ReadInt32 ( this s ) : int
ReadInt64 ( this s ) : long
ToHexString ( this data ) : string
WriteFixedUInt16 ( this s, ushort val ) : void

메소드 상세

GetServiceHash() 공개 정적인 메소드

public static GetServiceHash ( string name ) : uint
name string
리턴 uint

ReadFixedUInt16() 공개 정적인 메소드

public static ReadFixedUInt16 ( this s ) : ushort
s this
리턴 ushort

ReadInt32() 공개 정적인 메소드

public static ReadInt32 ( this s ) : int
s this
리턴 int

ReadInt64() 공개 정적인 메소드

public static ReadInt64 ( this s ) : long
s this
리턴 long

ToHexString() 공개 정적인 메소드

public static ToHexString ( this data ) : string
data this
리턴 string

WriteFixedUInt16() 공개 정적인 메소드

public static WriteFixedUInt16 ( this s, ushort val ) : void
s this
val ushort
리턴 void