Table of Contents

Enum ComponentEnumerateOptions

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Flags]
public enum ComponentEnumerateOptions

Fields

BuiltInOnly = 536870912

At the end of component enumeration, filter out any components that are not Windows provided.

Default = 0

Enumerate any components that are not disabled. Because this value is 0x0, it is always included with the other options.

Disabled = -2147483648

Include disabled components in the enumeration. The set of disabled components is disjoint with the set of default enumerated components

Refresh = 1

Force a read of the registry before enumerating components.

Unsigned = 1073741824

Include unsigned components in the enumeration. This option has no effect.