__FRD_FLAGS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates flags for framework retargetting.
This enumeration supports a bitwise combination of its member values.
public enum class __FRD_FLAGS
public enum class __FRD_FLAGS
enum __FRD_FLAGS
[System.Flags]
public enum __FRD_FLAGS
[<System.Flags>]
type __FRD_FLAGS =
Public Enum __FRD_FLAGS
- Inheritance
-
__FRD_FLAGS
- Attributes
Fields
FRDF_DEFAULT | 1 | The default value is to support retargeting. |
FRDF_SUPPORTS_RETARGETING | 1 | Indicates that the framework supports retargeting. |