Load(String, Type?, String?, Object?, Uri?, Boolean) Method

Definition

Assembly XamlToCSharpGenerator.Runtime.Avalonia.dll
public static object Load(string xaml, Type? localAssemblyAnchorType = null, string? localAssemblyName = null, object? rootInstance = null, Uri? baseUri = null, bool designMode = false)

Parameters

xaml
String
localAssemblyAnchorType
Type?
localAssemblyName
String
rootInstance
Object
baseUri
Uri
designMode
Boolean

Returns