Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.InteropServices.ComTypes.LIBFLAGS

Assembly: System.Runtime.InteropServices

Defines flags that apply to type libraries.

Values

LIBFLAG_FRESTRICTED
The type library is restricted, and should not be displayed to users.
LIBFLAG_FCONTROL
The type library describes controls and should not be displayed in type browsers intended for nonvisual objects.
LIBFLAG_FHIDDEN
The type library should not be displayed to users, although its use is not restricted. The type library should be used by controls. Hosts should create a new type library that wraps the control with extended properties.
LIBFLAG_FHASDISKIMAGE
The type library exists in a persisted form on disk.