C# Class Recurity.Swf.AVM2.AVM2Argument

Exibir arquivo Open project: rtezli/Blitzableiter

Public Properties

Property Type Description
_ArgumentName string
_ArgumentType string
_IsOptional bool
_OptionalType OptionType
_OptionalTypeName string
_OptionalValue object

Public Methods

Method Description
AVM2Argument ( AbcFile abc, UInt32 method, UInt32 argument ) : System

ToString ( ) : string

Method Details

AVM2Argument() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

_ArgumentName public_oe property

public string _ArgumentName
return string

_ArgumentType public_oe property

public string _ArgumentType
return string

_IsOptional public_oe property

public bool _IsOptional
return bool

_OptionalType public_oe property

public OptionType _OptionalType
return OptionType

_OptionalTypeName public_oe property

public string _OptionalTypeName
return string

_OptionalValue public_oe property

public object _OptionalValue
return object