C# 클래스 FOnline.GameVar

상속: IManagedWrapper
파일 보기 프로젝트 열기: wladimiiir/vault112

공개 메소드들

메소드 설명
AddRef ( ) : void
GameVar ( IntPtr ptr ) : System
Release ( ) : void

비공개 메소드들

메소드 설명
AddRef ( IntPtr thisptr ) : void
GetMax ( IntPtr thisptr ) : int
GetMin ( IntPtr thisptr ) : int
GetValue ( IntPtr thisptr ) : int
Release ( IntPtr thisptr ) : void
SetValue ( IntPtr thisptr, int value ) : void

메소드 상세

AddRef() 공개 메소드

public AddRef ( ) : void
리턴 void

GameVar() 공개 메소드

public GameVar ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System

Release() 공개 메소드

public Release ( ) : void
리턴 void