C# 클래스 Emveepee.Decoding.StatInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Address ulong
Chain List
Code StatCode
Id uint
InvalidRegions List
Name string
Offset uint
Region uint
Regions List

공개 메소드들

메소드 설명
StatInfo ( StatCode code ) : System

메소드 상세

StatInfo() 공개 메소드

public StatInfo ( StatCode code ) : System
code StatCode
리턴 System

프로퍼티 상세

Address 공개적으로 프로퍼티

public ulong Address
리턴 ulong

Chain 공개적으로 프로퍼티

public List Chain
리턴 List

Code 공개적으로 프로퍼티

public StatCode Code
리턴 StatCode

Id 공개적으로 프로퍼티

public uint Id
리턴 uint

InvalidRegions 공개적으로 프로퍼티

public List InvalidRegions
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Offset 공개적으로 프로퍼티

public uint Offset
리턴 uint

Region 공개적으로 프로퍼티

public uint Region
리턴 uint

Regions 공개적으로 프로퍼티

public List Regions
리턴 List