C# 클래스 PCSX2Bonus.Tools

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus

공개 메소드들

메소드 설명
FindByName ( string name, FrameworkElement root ) : FrameworkElement
GetDescendantByName ( FrameworkElement element, string name ) : Visual
GetDescendantByType ( Visual element, Type type ) : Visual
GetLocalImage ( string name ) : BitmapImage
GetSizeReadable2 ( long i ) : string
HideAllWindows ( ) : void
ImageFromWeb ( string url, CancellationToken ct ) : Task
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

메소드 상세

FindByName() 공개 정적인 메소드

public static FindByName ( string name, FrameworkElement root ) : FrameworkElement
name string
root System.Windows.FrameworkElement
리턴 System.Windows.FrameworkElement

GetDescendantByName() 공개 정적인 메소드

public static GetDescendantByName ( FrameworkElement element, string name ) : Visual
element System.Windows.FrameworkElement
name string
리턴 Visual

GetDescendantByType() 공개 정적인 메소드

public static GetDescendantByType ( Visual element, Type type ) : Visual
element Visual
type System.Type
리턴 Visual

GetLocalImage() 공개 정적인 메소드

public static GetLocalImage ( string name ) : BitmapImage
name string
리턴 System.Windows.Media.Imaging.BitmapImage

GetSizeReadable2() 공개 정적인 메소드

public static GetSizeReadable2 ( long i ) : string
i long
리턴 string

HideAllWindows() 공개 정적인 메소드

public static HideAllWindows ( ) : void
리턴 void

ImageFromWeb() 공개 정적인 메소드

public static ImageFromWeb ( string url, CancellationToken ct ) : Task
url string
ct System.Threading.CancellationToken
리턴 Task

InternetAvaliable() 공개 정적인 메소드

public static InternetAvaliable ( ) : Task
리턴 Task

RemoveInvalidXMLChars() 공개 정적인 메소드

public static RemoveInvalidXMLChars ( string text ) : string
text string
리턴 string

SaveFromWeb() 공개 정적인 메소드

public static SaveFromWeb ( string url, string path ) : void
url string
path string
리턴 void

ShowAllWindows() 공개 정적인 메소드

public static ShowAllWindows ( ) : void
리턴 void

ShowMessage() 공개 정적인 메소드

public static ShowMessage ( string message, MessageType type ) : void
message string
type MessageType
리턴 void

TryLoad() 공개 정적인 메소드

public static TryLoad ( string path ) : System.Xml.Linq.XElement
path string
리턴 System.Xml.Linq.XElement