This documentation is archived and is not being maintained.
TypeLibExporterFlags Enumeration
.NET Framework 1.1
Indicates how a type library should be produced.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
[Visual Basic] <Flags> <Serializable> Public Enum TypeLibExporterFlags [C#] [Flags] [Serializable] public enum TypeLibExporterFlags [C++] [Flags] [Serializable] __value public enum TypeLibExporterFlags [JScript] public Flags Serializable enum TypeLibExporterFlags
Remarks
Used with ConvertAssemblyToTypeLib.
Members
| Member name | Description | Value |
|---|---|---|
| OnlyReferenceRegistered | Export references to types that were imported from COM as IUnknown if the type does not have a registered type library. | 1 |
Requirements
Namespace: System.Runtime.InteropServices
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
Show: