System.CodeDom.CodeTypeReferenceOptions Enumeration

Specifies how the code type reference is to be resolved.

Syntax

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
public enum CodeTypeReferenceOptions

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
GenericTypeParameter

Resolve the type from the type parameter.

GlobalReference

Resolve the type from the root namespace.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0