CodeTypeReferenceOptions Enum

Definition

Specifies how the code type reference is to be resolved.

This enumeration supports a bitwise combination of its member values.

public enum class CodeTypeReferenceOptions
[System.Flags]
public enum CodeTypeReferenceOptions
[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum CodeTypeReferenceOptions
[<System.Flags>]
type CodeTypeReferenceOptions = 
[<System.Flags>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type CodeTypeReferenceOptions = 
Public Enum CodeTypeReferenceOptions
Inheritance
CodeTypeReferenceOptions
Attributes

Fields

GenericTypeParameter 2

Resolve the type from the type parameter.

GlobalReference 1

Resolve the type from the root namespace.

Applies to