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, Func<Object, Object>)

Registers a new System.Type alongside its activator

Declaration
public static void Register(Type type, Func<object, object> activator)
Parameters
Type Name Description
System.Type type
System.Func<System.Object, System.Object> activator
In This Article
Back to top Generated by DocFX