ICustomFactory Interface
.NET Framework (current version)
Enables users to write activation code for managed objects that extend MarshalByRefObject.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstance(Type) | Creates a new instance of the specified type. |
You can enable custom activation by providing a proxy class that implements ICustomFactory and attributing the MarshalByRefObject class with the ProxyAttribute. When the class is activated, the proxy's CreateInstance method is called by the common language runtime to activate the class.
.NET Framework
Available since 1.1
Available since 1.1
Show:
