Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
struct System.​Runtime.​InteropServices.​ICustomFactory
Assembly: System.Runtime.InteropServices
Enables users to write activation code for managed objects that extend <see cref="T:System.MarshalByRefObject" /> .
Methods
public
MarshalByRefObject
CreateInstance​(Type serverType)
serverType
The type to activate.
Returns A <see cref="T:System.MarshalByRefObject" /> associated with the specified type.
Creates a new instance of the specified type.