C# 클래스 SwfDotNet.IO.ByteCode.Actions.ActionDefineFunction2.VariableFlagSet

set of flags for automatically storing variables in registers
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PreloadArguments bool
PreloadGlobal bool
PreloadParent bool
PreloadRoot bool
PreloadSuper bool
PreloadThis bool
SuppressArguments bool
SuppressSuper bool
SuppressThis bool

Private Properties

프로퍼티 타입 설명
CheckExclusion void

공개 메소드들

메소드 설명
ToString ( ) : string

ToString method, called by outer class´ ToString

VariableFlagSet ( bool loadParent, bool loadRoot, bool dontSuper, bool loadSuper, bool dontArgs, bool loadArgs, bool dontThis, bool loadThis, bool loadGlobal ) : System

constructor

비공개 메소드들

메소드 설명
CheckExclusion ( ) : void

check wether flags exclude each other

메소드 상세

ToString() 공개 메소드

ToString method, called by outer class´ ToString
public ToString ( ) : string
리턴 string

VariableFlagSet() 공개 메소드

constructor
public VariableFlagSet ( bool loadParent, bool loadRoot, bool dontSuper, bool loadSuper, bool dontArgs, bool loadArgs, bool dontThis, bool loadThis, bool loadGlobal ) : System
loadParent bool
loadRoot bool
dontSuper bool
loadSuper bool
dontArgs bool
loadArgs bool
dontThis bool
loadThis bool
loadGlobal bool
리턴 System

프로퍼티 상세

PreloadArguments 공개적으로 프로퍼티

preload 'arguments' variable
public bool PreloadArguments
리턴 bool

PreloadGlobal 공개적으로 프로퍼티

preload '_global' variable
public bool PreloadGlobal
리턴 bool

PreloadParent 공개적으로 프로퍼티

preload '_parent' variable
public bool PreloadParent
리턴 bool

PreloadRoot 공개적으로 프로퍼티

preload '_root' variable
public bool PreloadRoot
리턴 bool

PreloadSuper 공개적으로 프로퍼티

preload 'super' variable
public bool PreloadSuper
리턴 bool

PreloadThis 공개적으로 프로퍼티

preload 'this' variable
public bool PreloadThis
리턴 bool

SuppressArguments 공개적으로 프로퍼티

suppress 'super' variable
public bool SuppressArguments
리턴 bool

SuppressSuper 공개적으로 프로퍼티

suppress '_root' variable
public bool SuppressSuper
리턴 bool

SuppressThis 공개적으로 프로퍼티

suppress 'arguments' variable
public bool SuppressThis
리턴 bool