Share via


IDebugGenericParamField Interface

Definition

public interface class IDebugGenericParamField : Microsoft::VisualStudio::Debugger::Interop::IDebugField
[System.Runtime.InteropServices.Guid("941105E9-760A-49EC-995F-7668CB60216C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugGenericParamField : Microsoft.VisualStudio.Debugger.Interop.IDebugField
[<System.Runtime.InteropServices.Guid("941105E9-760A-49EC-995F-7668CB60216C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugGenericParamField = interface
    interface IDebugField
Public Interface IDebugGenericParamField
Implements IDebugField
Attributes
Implements

Methods

ConstraintCount(UInt32)
Equal(IDebugField)
GetAddress(IDebugAddress)
GetConstraints(UInt32, IDebugField[], UInt32)
GetContainer(IDebugContainerField)
GetExtendedInfo(Guid, IntPtr[], UInt32)
GetFlags(UInt32)
GetIndex(UInt32)
GetInfo(enum_FIELD_INFO_FIELDS, FIELD_INFO[])
GetInfo(UInt32, FIELD_INFO[])
GetKind(enum_FIELD_KIND[])
GetKind(UInt32)
GetNameOfFormalParam(String)
GetOwner(IDebugField)
GetSize(UInt32)
GetType(IDebugField)
GetTypeInfo(TYPE_INFO[])

Applies to