CLSCTX_INPROC_SERVER top-level constant

  1. @Deprecated('Use CLSCTX.CLSCTX_INPROC_SERVER instead')
int const CLSCTX_INPROC_SERVER

The code that creates and manages objects of this class is a DLL that runs in the same process as the caller of the function specifying the class context.

Implementation

@Deprecated('Use CLSCTX.CLSCTX_INPROC_SERVER instead')
const CLSCTX_INPROC_SERVER = 0x1;