Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
System
Text
RegularExpressions
PatternCompiler.PatternLinkStack
C# 클래스 System.Text.RegularExpressions.PatternCompiler.PatternLinkStack
상속:
LinkStack
파일 보기
프로젝트 열기: runefs/Marvin
1 사용 예제들
공개 메소드들
메소드
설명
GetOffset
(
int
target_addr
) :
int
PatternLinkStack
( ) :
System
보호된 메소드들
메소드
설명
GetCurrent
( ) :
object
SetCurrent
(
object
l
) :
void
메소드 상세
GetCurrent()
보호된
메소드
protected
GetCurrent
( ) :
object
리턴
object
GetOffset()
공개
메소드
public
GetOffset
(
int
target_addr
) :
int
target_addr
int
리턴
int
PatternLinkStack()
공개
메소드
public
PatternLinkStack
( ) :
System
리턴
System
SetCurrent()
보호된
메소드
protected
SetCurrent
(
object
l
) :
void
l
object
리턴
void