Class UnloadableObjectInstantiator
public static class UnloadableObjectInstantiator
- Inheritance
-
UnloadableObjectInstantiator
Fields
ProcessProxyType
Callback to perform additional changes to the generated proxy object.
public static UnloadableObjectInstantiator.ProcessProxyTypeDelegate ProcessProxyType
Field Value
Methods
CreateUnloadableObject(Type, string, string, string, List<ParsingEvent>)
Creates an object that implements the given baseType
and IUnloadable.
public static IUnloadable CreateUnloadableObject(Type baseType, string typeName, string assemblyName, string error, List<ParsingEvent> parsingEvents)