C# 클래스 ExBuddy.Attributes.Offset64

상속: System.Attribute
파일 보기 프로젝트 열기: MGramolini/ExBuddy

공개 프로퍼티들

프로퍼티 타입 설명
IsOffset bool
Modifier int
MultipleResults bool
Pattern string

공개 메소드들

메소드 설명
Offset64 ( string pattern, bool isoffset = false, int modifier, bool multresults = false ) : System

메소드 상세

Offset64() 공개 메소드

public Offset64 ( string pattern, bool isoffset = false, int modifier, bool multresults = false ) : System
pattern string
isoffset bool
modifier int
multresults bool
리턴 System

프로퍼티 상세

IsOffset 공개적으로 프로퍼티

public bool IsOffset
리턴 bool

Modifier 공개적으로 프로퍼티

public int Modifier
리턴 int

MultipleResults 공개적으로 프로퍼티

public bool MultipleResults
리턴 bool

Pattern 공개적으로 프로퍼티

public string Pattern
리턴 string