Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that indicate how the common language runtime (CLR) should resolve a CLSID.
typedef enum {
CLSID_RESOLUTION_DEFAULT = 0x0,
CLSID_RESOLUTION_REGISTERED = 0x1
} CLSID_RESOLUTION_FLAGS;
Members
Member |
Description |
|---|---|
CLSID_RESOLUTION_DEFAULT |
Indicates the default behavior. |
CLSID_RESOLUTION_REGISTERED |
Indicates that the runtime searches the registry and applies shim policy. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: MSCorEE.h
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1