CodeTypeReferenceOptions Enumeration

 

Specifies how the code type reference is to be resolved.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
[FlagsAttribute]
public enum class CodeTypeReferenceOptions

Member nameDescription
GenericTypeParameter

Resolve the type from the type parameter.

GlobalReference

Resolve the type from the root namespace.

.NET Framework
Available since 2.0
Return to top
Show: