Share via


CLSCTX Enumeration

Represents the class context. Used to determine what scope and type of class object to use.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Public Enumeration CLSCTX
‘사용 방법
Dim instance As CLSCTX
public enum CLSCTX
public enum class CLSCTX
type CLSCTX
public enum CLSCTX

Members

Member name Description
CLSCTX_INPROC_SERVER Indicates a remote server executable, which runs on a different machine.
CLSCTX_INPROC_HANDLER Indicates a handler dll, which runs on the same process as the caller.
CLSCTX_LOCAL_SERVER Indicates a server executable, which runs on the same machine but on a different process than the caller.
CLSCTX_INPROC_SERVER16 Indicates a 16-bit server dll, which runs on the same process as the caller.
CLSCTX_REMOTE_SERVER Indicates a server executable, which runs on a different machine than the caller.
CLSCTX_INPROC_HANDLER16 Indicates a 16-bit handler dll, which runs on the same process as the caller.
CLSCTX_RESERVED1 Reserved. Formerly INPROC_SERVERX86.
CLSCTX_RESERVED2 Reserved. Formerly INPROC_HANDLERX86.
CLSCTX_RESERVED3 Reserved. Formerly ESERV_HANDLER.
CLSCTX_RESERVED4 Reserved.
CLSCTX_NO_CODE_DOWNLOAD Indicates that code should not be allowed to be downloaded from the Directory Service (if any) or the Internet.
CLSCTX_RESERVED5 Reserved. Formerly NO_WX86_TRANSLATION.
CLSCTX_NO_CUSTOM_MARSHAL
CLSCTX_ENABLE_CODE_DOWNLOAD Indicates that code should be allowed to be downloaded from the Directory Service (if any) or the Internet.
CLSCTX_NO_FAILURE_LOG Indicates that no log messages about activation failure should be written to the Event Log.
CLSCTX_DISABLE_AAA Indicates that activate-as-activator capability is disabled for this activation only.
CLSCTX_ENABLE_AAA Indicates that activate-as-activator capability is enabled for this activation only.
CLSCTX_FROM_DEFAULT_CONTEXT Indicates that activation should begin from the default context of the current apartment.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace