HostSystemTypeOption Enumeration
In This Topic
Options for specifying the type of host with which Reflection expects to interact.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("CE8F4212-E203-44eb-BAA2-274D8DB2FF4C")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum HostSystemTypeOption
Inherits System.Enum
Members
Member | Description |
Hp1000 | Defines the HP 1000 as the host system type. |
Hp3000 | Defines the HP 3000 as the host system type. |
Other | Defines Other as the host system type. |
Unix | Defines UNIX as the host system type. |
Vms | Defines VMS as the host system type. |
See Also