Show / Hide Table of Contents

Class AppDomainExtension

Inheritance
System.Object
AppDomainExtension
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public static class AppDomainExtension

Methods

| Improve this Doc View Source

GetAllTypes(AppDomain)

Declaration
public static IEnumerable<Type> GetAllTypes(this AppDomain domain)
Parameters
Type Name Description
System.AppDomain domain
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Type>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX