Méthode | Description | |
---|---|---|
FindByName ( string name, |
||
GetDescendantByName ( |
||
GetDescendantByType ( Visual element, |
||
GetLocalImage ( string name ) : |
||
GetSizeReadable2 ( long i ) : string | ||
HideAllWindows ( ) : void | ||
ImageFromWeb ( string url, |
||
InternetAvaliable ( ) : Task |
||
RemoveInvalidXMLChars ( string text ) : string | ||
SaveFromWeb ( string url, string path ) : void | ||
ShowAllWindows ( ) : void | ||
ShowMessage ( string message, MessageType type ) : void | ||
TryLoad ( string path ) : System.Xml.Linq.XElement |
public static FindByName ( string name, |
||
name | string | |
root | ||
Résultat |
public static GetDescendantByName ( |
||
element | ||
name | string | |
Résultat | Visual |
public static GetDescendantByType ( Visual element, |
||
element | Visual | |
type | ||
Résultat | Visual |
public static GetLocalImage ( string name ) : |
||
name | string | |
Résultat |
public static GetSizeReadable2 ( long i ) : string | ||
i | long | |
Résultat | string |
public static ImageFromWeb ( string url, |
||
url | string | |
ct | ||
Résultat | Task |
public static RemoveInvalidXMLChars ( string text ) : string | ||
text | string | |
Résultat | string |
public static SaveFromWeb ( string url, string path ) : void | ||
url | string | |
path | string | |
Résultat | void |
public static ShowMessage ( string message, MessageType type ) : void | ||
message | string | |
type | MessageType | |
Résultat | void |
public static TryLoad ( string path ) : System.Xml.Linq.XElement | ||
path | string | |
Résultat | System.Xml.Linq.XElement |