Show / Hide Table of Contents

    Interface ISettings

    Interface for platform settings

    Namespace: Forms9Patch
    Assembly: Forms9Patch.dll
    Syntax
    public interface ISettings

    Properties

    IncludedAssemblies

    Needed by UWP implemenation to assure Xamarin.Forms works AND EmbeddedResource loading works

    Declaration
    List<Assembly> IncludedAssemblies { get; }
    Property Value
    Type Description
    List<Assembly>

    Methods

    LazyInit()

    Lazy initializes the Forms9Patch native code for use by Xamarin Previewer

    Declaration
    void LazyInit()

    Extension Methods

    DebugExtensions.AddToCensus(Object)
    DebugExtensions.RemoveFromCensus(Object)
    ReflectionExtensions.GetProperties(Object)
    ReflectionExtensions.GetProperty(Object, String)
    ReflectionExtensions.PropertyNames(Object)
    ReflectionExtensions.PropertyExists(Object, String)
    ReflectionExtensions.HasProperty(Object, String)
    ReflectionExtensions.GetPropertyValue(Object, String)
    ReflectionExtensions.SetPropertyValue(Object, String, Object)
    ReflectionExtensions.GetFieldValue(Object, String)
    ReflectionExtensions.SetFieldValue(Object, String, Object)
    ReflectionExtensions.CallMethod(Object, String, Object[])
    Back to top Copyright © 2018 42nd Parallel