Class AppDomainExtension
Inheritance
System.Object
AppDomainExtension
Namespace: GraphProcessor
Assembly: com.alelievr.NodeGraphProcessor.Runtime.dll
Syntax
public static class AppDomainExtension
Methods
| Improve this Doc View SourceGetAllTypes(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> |