C# 클래스 CSPspEmu.Hle.Formats.EncryptedPrx.TAG_INFO

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
code int
codeExtra byte
key byte[]
tag uint

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

code 공개적으로 프로퍼티

code for scramble
public int code
리턴 int

codeExtra 공개적으로 프로퍼티

code extra for scramble
public byte codeExtra
리턴 byte

key 공개적으로 프로퍼티

144 bytes keys
public byte[] key
리턴 byte[]

tag 공개적으로 프로퍼티

4 byte value at offset 0xD0 in the PRX file
public uint tag
리턴 uint