CLSCTX_INPROC_HANDLER top-level constant

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

The code that manages objects of this class is an in-process handler. This is a DLL that runs in the client process and implements client-side structures of this class when instances of the class are accessed remotely.

Implementation

@Deprecated('Use CLSCTX.CLSCTX_INPROC_HANDLER instead')
const CLSCTX_INPROC_HANDLER = 0x2;