C# Class ScriptCs.Wpf.XamlLoader

Inheritance: IXamlLoader
Mostra file Open project: scriptcs-contrib/scriptcs-wpf Class Usage Examples

Public Methods

Method Description
LoadXaml ( string xamlFile ) : DependencyObject
XamlLoader ( IFileSystem fileSystem ) : System

Method Details

LoadXaml() public method

public LoadXaml ( string xamlFile ) : DependencyObject
xamlFile string
return System.Windows.DependencyObject

XamlLoader() public method

public XamlLoader ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System