C# 클래스 Smoothget.Smooth.Parse

파일 보기 프로젝트 열기: pinglossy/smoothget

공개 메소드들

메소드 설명
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

메소드 상세

Attributes() 공개 정적인 메소드

public static Attributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
리턴 string>.IDictionary

BoolAttribute() 공개 정적인 메소드

public static BoolAttribute ( string>.IDictionary attributes, string key ) : bool
attributes string>.IDictionary
key string
리턴 bool

CustomAttributes() 공개 정적인 메소드

public static CustomAttributes ( XmlNode element ) : string>.IDictionary
element System.Xml.XmlNode
리턴 string>.IDictionary

HexStringAttribute() 공개 정적인 메소드

public static HexStringAttribute ( string>.IDictionary attributes, string key ) : byte[]
attributes string>.IDictionary
key string
리턴 byte[]

MediaStreamTypeAttribute() 공개 정적인 메소드

public static MediaStreamTypeAttribute ( string>.IDictionary attributes, string key ) : MediaStreamType
attributes string>.IDictionary
key string
리턴 MediaStreamType

StringAttribute() 공개 정적인 메소드

public static StringAttribute ( string>.IDictionary attributes, string key ) : string
attributes string>.IDictionary
key string
리턴 string

UInt16Attribute() 공개 정적인 메소드

public static UInt16Attribute ( string>.IDictionary attributes, string key ) : ushort
attributes string>.IDictionary
key string
리턴 ushort

UInt32Attribute() 공개 정적인 메소드

public static UInt32Attribute ( string>.IDictionary attributes, string key ) : uint
attributes string>.IDictionary
key string
리턴 uint

UInt64Attribute() 공개 정적인 메소드

public static UInt64Attribute ( string>.IDictionary attributes, string key ) : ulong
attributes string>.IDictionary
key string
리턴 ulong