ICorDebugVariableHomeEnum Interface

Definition

public interface class ICorDebugVariableHomeEnum : Microsoft::VisualStudio::CorDebugInterop::ICorDebugEnum
[System.Runtime.InteropServices.Guid("E76B7A57-4F7A-4309-85A7-5D918C3DEAF7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugVariableHomeEnum : Microsoft.VisualStudio.CorDebugInterop.ICorDebugEnum
[<System.Runtime.InteropServices.Guid("E76B7A57-4F7A-4309-85A7-5D918C3DEAF7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugVariableHomeEnum = interface
    interface ICorDebugEnum
Public Interface ICorDebugVariableHomeEnum
Implements ICorDebugEnum
Attributes
Implements

Methods

Clone(ICorDebugEnum)
GetCount(UInt32)
Next(UInt32, ICorDebugVariableHome[], UInt32)
Reset()
Skip(UInt32)

Applies to