Class BaseConfig
Inheritance
System.Object
BaseConfig
Assembly: SampleBrowser.Maui.Base.dll
Syntax
public static class BaseConfig : Object
Fields
AssemblyName
Declaration
public static Assembly AssemblyName
Field Value
Type |
System.Reflection.Assembly |
AvailableControlStreamList
Declaration
public static Dictionary<string, Stream> AvailableControlStreamList
Field Value
Type |
System.Collections.Generic.Dictionary<System.String, System.IO.Stream> |
IsIndividualSB
Declaration
public static bool IsIndividualSB
Field Value
Properties
RunTimeDeviceLayout
Declaration
public static SBLayout RunTimeDeviceLayout { get; set; }
Property Value
Declaration
public static SBDevice RunTimeDevicePlatform { get; set; }
Property Value
Methods
GetDeviceInfo()
Declaration
public static void GetDeviceInfo()
MainPageInit(Assembly)
Declaration
public static Page MainPageInit(Assembly appInfo)
Parameters
Type |
Name |
Description |
System.Reflection.Assembly |
appInfo |
|
Returns
Type |
Microsoft.Maui.Controls.Page |
PopulateViewModel()
Declaration
public static SamplesViewModel PopulateViewModel()
Returns
RegisterLicense(Assembly, String)
Register the license for Syncfusion controls
Declaration
public static void RegisterLicense(Assembly assembly, string name)
Parameters
Type |
Name |
Description |
System.Reflection.Assembly |
assembly |
|
System.String |
name |
|