C# 클래스 WowPacketParser.Misc.WowGuid

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty WowGuid

공개 메소드들

메소드 설명
Equals ( WowGuid other ) : bool
Equals ( object obj ) : bool
GetEntry ( ) : uint
GetHashCode ( ) : int
GetHighType ( ) : HighGuidType
GetLow ( ) : ulong
GetObjectType ( ) : ObjectType
HasEntry ( ) : bool
IsEmpty ( ) : bool
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( WowGuid other ) : bool
other WowGuid
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

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

public abstract GetEntry ( ) : uint
리턴 uint

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetHighType() 공개 메소드

public GetHighType ( ) : HighGuidType
리턴 HighGuidType

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

public abstract GetLow ( ) : ulong
리턴 ulong

GetObjectType() 공개 메소드

public GetObjectType ( ) : ObjectType
리턴 ObjectType

HasEntry() 공개 메소드

public HasEntry ( ) : bool
리턴 bool

IsEmpty() 공개 메소드

public IsEmpty ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

public static WowGuid,WowPacketParser.Misc Empty
리턴 WowGuid