C# 클래스 OculusUnityPluginHackTool.PluginDll

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

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
Version string

공개 메소드들

메소드 설명
GetOffset ( string patchName ) : int
HashWithPatchPoints ( byte fileContent, IntRange>.Dictionary patchPoints ) : byte[]
Matches ( byte fileContent ) : bool
PluginDll ( string version, string filename, byte hash, IntRange>.Dictionary patchPoints ) : System

비공개 메소드들

메소드 설명
GetSelectedHasher ( ) : HashAlgorithm

메소드 상세

GetOffset() 공개 메소드

public GetOffset ( string patchName ) : int
patchName string
리턴 int

HashWithPatchPoints() 공개 정적인 메소드

public static HashWithPatchPoints ( byte fileContent, IntRange>.Dictionary patchPoints ) : byte[]
fileContent byte
patchPoints IntRange>.Dictionary
리턴 byte[]

Matches() 공개 메소드

public Matches ( byte fileContent ) : bool
fileContent byte
리턴 bool

PluginDll() 공개 메소드

public PluginDll ( string version, string filename, byte hash, IntRange>.Dictionary patchPoints ) : System
version string
filename string
hash byte
patchPoints IntRange>.Dictionary
리턴 System

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Version 공개적으로 프로퍼티

public string Version
리턴 string