C# Class SwfDotNet.IO.ByteCode.Actions.ActionDefineFunction2.VariableFlagSet

set of flags for automatically storing variables in registers
Afficher le fichier Open project: bladecoding/SwfExport Class Usage Examples

Méthodes publiques

Свойство Type Description
PreloadArguments bool
PreloadGlobal bool
PreloadParent bool
PreloadRoot bool
PreloadSuper bool
PreloadThis bool
SuppressArguments bool
SuppressSuper bool
SuppressThis bool

Private Properties

Свойство Type Description
CheckExclusion void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckExclusion ( ) : void

check wether flags exclude each other

Method Details

ToString() public méthode

ToString method, called by outer class´ ToString
public ToString ( ) : string
Résultat string

VariableFlagSet() public méthode

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
Résultat System

Property Details

PreloadArguments public_oe property

preload 'arguments' variable
public bool PreloadArguments
Résultat bool

PreloadGlobal public_oe property

preload '_global' variable
public bool PreloadGlobal
Résultat bool

PreloadParent public_oe property

preload '_parent' variable
public bool PreloadParent
Résultat bool

PreloadRoot public_oe property

preload '_root' variable
public bool PreloadRoot
Résultat bool

PreloadSuper public_oe property

preload 'super' variable
public bool PreloadSuper
Résultat bool

PreloadThis public_oe property

preload 'this' variable
public bool PreloadThis
Résultat bool

SuppressArguments public_oe property

suppress 'super' variable
public bool SuppressArguments
Résultat bool

SuppressSuper public_oe property

suppress '_root' variable
public bool SuppressSuper
Résultat bool

SuppressThis public_oe property

suppress 'arguments' variable
public bool SuppressThis
Résultat bool