Class UnloadableObjectInstantiator
public static class UnloadableObjectInstantiator- Inheritance
- 
      objectUnloadableObjectInstantiator
Fields
ProcessProxyType
Callback to perform additional changes to the generated proxy object.
public static UnloadableObjectInstantiator.ProcessProxyTypeDelegate? ProcessProxyTypeField 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)