C# Class Smoothget.Smooth.Parse

Afficher le fichier Open project: pinglossy/smoothget

Méthodes publiques

Méthode Description
Attributes ( XmlNode element ) : string>.IDictionary
BoolAttribute ( string>.IDictionary attributes, string key ) : bool
CustomAttributes ( XmlNode element ) : string>.IDictionary
HexStringAttribute ( string>.IDictionary attributes, string key ) : byte[]
MediaStreamTypeAttribute ( string>.IDictionary attributes, string key ) : MediaStreamType
StringAttribute ( string>.IDictionary attributes, string key ) : string
UInt16Attribute ( string>.IDictionary attributes, string key ) : ushort
UInt32Attribute ( string>.IDictionary attributes, string key ) : uint
UInt64Attribute ( string>.IDictionary attributes, string key ) : ulong

Method Details

Attributes() public static méthode

public static Attributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
Résultat string>.IDictionary

BoolAttribute() public static méthode

public static BoolAttribute ( string>.IDictionary attributes, string key ) : bool
attributes string>.IDictionary
key string
Résultat bool

CustomAttributes() public static méthode

public static CustomAttributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
Résultat string>.IDictionary

HexStringAttribute() public static méthode

public static HexStringAttribute ( string>.IDictionary attributes, string key ) : byte[]
attributes string>.IDictionary
key string
Résultat byte[]

MediaStreamTypeAttribute() public static méthode

public static MediaStreamTypeAttribute ( string>.IDictionary attributes, string key ) : MediaStreamType
attributes string>.IDictionary
key string
Résultat MediaStreamType

StringAttribute() public static méthode

public static StringAttribute ( string>.IDictionary attributes, string key ) : string
attributes string>.IDictionary
key string
Résultat string

UInt16Attribute() public static méthode

public static UInt16Attribute ( string>.IDictionary attributes, string key ) : ushort
attributes string>.IDictionary
key string
Résultat ushort

UInt32Attribute() public static méthode

public static UInt32Attribute ( string>.IDictionary attributes, string key ) : uint
attributes string>.IDictionary
key string
Résultat uint

UInt64Attribute() public static méthode

public static UInt64Attribute ( string>.IDictionary attributes, string key ) : ulong
attributes string>.IDictionary
key string
Résultat ulong