Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides flag values used for registration when installing a module or composite image.
typedef enum
{
regNoCopy = 0x00000001,
regConfig = 0x00000002,
regHasRefs = 0x00000004
} CorRegFlags;
Members
Member |
Description |
---|---|
regNoCopy |
Specifies that files should not be copied into the destination. |
regConfig |
Specifies that the module or composite is a configuration. |
regHasRefs |
Specifies that the module or composite has class references. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: Cor.h
Library: Included as a resource in MsCorEE.dll
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0