C# Class PeerCastStation.FLV.AMF.AMFValue

Mostrar archivo Open project: kumaryu/peercaststation Class Usage Examples

Public Properties

Property Type Description
Null AMFValue

Public Methods

Method Description
AMFValue ( ) : System
AMFValue ( AMFObject value ) : System
AMFValue ( AMFValue x ) : System
AMFValue ( AMFValueType type, object value ) : System
AMFValue ( System.DateTime value ) : System
AMFValue ( AMFValue>.IDictionary value ) : System
AMFValue ( IEnumerable value ) : System
AMFValue ( bool value ) : System
AMFValue ( byte value ) : System
AMFValue ( double value ) : System
AMFValue ( int value ) : System
AMFValue ( long value ) : System
AMFValue ( string value ) : System
ContainsKey ( string key ) : bool
Equals ( AMFValue obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNull ( AMFValue value ) : bool
this ( int idx ) : AMFValue
this ( string key ) : AMFValue

Method Details

AMFValue() public method

public AMFValue ( ) : System
return System

AMFValue() public method

public AMFValue ( AMFObject value ) : System
value AMFObject
return System

AMFValue() public method

public AMFValue ( AMFValue x ) : System
x AMFValue
return System

AMFValue() public method

public AMFValue ( AMFValueType type, object value ) : System
type AMFValueType
value object
return System

AMFValue() public method

public AMFValue ( System.DateTime value ) : System
value System.DateTime
return System

AMFValue() public method

public AMFValue ( AMFValue>.IDictionary value ) : System
value AMFValue>.IDictionary
return System

AMFValue() public method

public AMFValue ( IEnumerable value ) : System
value IEnumerable
return System

AMFValue() public method

public AMFValue ( bool value ) : System
value bool
return System

AMFValue() public method

public AMFValue ( byte value ) : System
value byte
return System

AMFValue() public method

public AMFValue ( double value ) : System
value double
return System

AMFValue() public method

public AMFValue ( int value ) : System
value int
return System

AMFValue() public method

public AMFValue ( long value ) : System
value long
return System

AMFValue() public method

public AMFValue ( string value ) : System
value string
return System

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

Equals() public method

public Equals ( AMFValue obj ) : bool
obj AMFValue
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsNull() public static method

public static IsNull ( AMFValue value ) : bool
value AMFValue
return bool

this() public method

public this ( int idx ) : AMFValue
idx int
return AMFValue

this() public method

public this ( string key ) : AMFValue
key string
return AMFValue

Property Details

Null public_oe static_oe property

public static AMFValue,PeerCastStation.FLV.AMF Null
return AMFValue