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 SourceGetNamespacesInAssembly(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 |