Search Results for

    Show / Hide Table of Contents

    Class NamespaceHelper

    Provides functions to wotk with C# namespaces

    Inheritance
    System.Object
    NamespaceHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Reflection
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class NamespaceHelper

    Methods

    | Improve this Doc View Source

    GetNamespacesInAssembly(Assembly)

    Get all namespaces in an assembly

    Declaration
    public static IEnumerable<string> GetNamespacesInAssembly(Assembly asm)
    Parameters
    Type Name Description
    System.Reflection.Assembly asm

    Instance of assembly

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    List with namespaces

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx