C# Class Recurity.Swf.AVM2.AVM2Argument

Afficher le fichier Open project: rtezli/Blitzableiter

Méthodes publiques

Свойство Type Description
_ArgumentName string
_ArgumentType string
_IsOptional bool
_OptionalType OptionType
_OptionalTypeName string
_OptionalValue object

Méthodes publiques

Méthode Description
AVM2Argument ( AbcFile abc, UInt32 method, UInt32 argument ) : System

ToString ( ) : string

Method Details

AVM2Argument() public méthode

public AVM2Argument ( AbcFile abc, UInt32 method, UInt32 argument ) : System
abc Recurity.Swf.AVM2.ABC.AbcFile
method System.UInt32
argument System.UInt32
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

_ArgumentName public_oe property

public string _ArgumentName
Résultat string

_ArgumentType public_oe property

public string _ArgumentType
Résultat string

_IsOptional public_oe property

public bool _IsOptional
Résultat bool

_OptionalType public_oe property

public OptionType _OptionalType
Résultat OptionType

_OptionalTypeName public_oe property

public string _OptionalTypeName
Résultat string

_OptionalValue public_oe property

public object _OptionalValue
Résultat object