Class LoadedTypes
Contains the loaded proxy System.Types
Inheritance
System.Object
LoadedTypes
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public static class LoadedTypes : Object
Methods
Register(Type)
Registers a new System.Type
Declaration
public static void Register(Type instance)
Parameters
Type | Name | Description |
---|---|---|
System.Type | instance |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
TryGet(String, out Type)
Tries to grab the proxy System.Type by its name.
Declaration
public static bool TryGet(string name, out Type type)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Type | type |
Returns
Type | Description |
---|---|
System.Boolean |