Search Results for

    Show / Hide Table of Contents

    Class AssemblyExtensions

    Inheritance
    object
    AssemblyExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Extensions
    Assembly: Mapsui.dll
    Syntax
    public static class AssemblyExtensions

    Methods

    | Edit this page View Source

    GetAssemblyName(Assembly)

    Declaration
    public static string? GetAssemblyName(this Assembly assembly)
    Parameters
    Type Name Description
    Assembly assembly
    Returns
    Type Description
    string
    | Edit this page View Source

    GetFullName(Assembly, string)

    Declaration
    public static string GetFullName(this Assembly assembly, string relativePathToEmbeddedResource)
    Parameters
    Type Name Description
    Assembly assembly
    string relativePathToEmbeddedResource
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX