C# Class ScriptCs.Wpf.XamlLoader

Inheritance: IXamlLoader
Afficher le fichier Open project: scriptcs-contrib/scriptcs-wpf Class Usage Examples

Méthodes publiques

Méthode Description
LoadXaml ( string xamlFile ) : DependencyObject
XamlLoader ( IFileSystem fileSystem ) : System

Method Details

LoadXaml() public méthode

public LoadXaml ( string xamlFile ) : DependencyObject
xamlFile string
Résultat System.Windows.DependencyObject

XamlLoader() public méthode

public XamlLoader ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System