DebuggerVisualizerAttribute 클래스

정의

형식을 시각화 도우미로 지정합니다. 이 클래스는 상속될 수 없습니다.

public ref class DebuggerVisualizerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=true)]
public sealed class DebuggerVisualizerAttribute : Attribute
public sealed class DebuggerVisualizerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=true)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class DebuggerVisualizerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=true)>]
type DebuggerVisualizerAttribute = class
    inherit Attribute
type DebuggerVisualizerAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Struct, AllowMultiple=true)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type DebuggerVisualizerAttribute = class
    inherit Attribute
Public NotInheritable Class DebuggerVisualizerAttribute
Inherits Attribute
상속
DebuggerVisualizerAttribute
특성

설명

이 특성은 어셈블리 수준에서 사용할 수 있습니다. 일반적으로 특성 생성자는 두 가지 형식을 사용합니다. 두 가지 형식은 시각화 도우미 및 시각화 도우미 개체 원본이며 형식 또는 정규화된 어셈블리 형식 이름으로 지정됩니다. 시각화 도우미 어셈블리를 포함하는 DebuggerVisualizerAttribute어셈블리에서 참조할 필요가 없도록 두 번째 옵션이 제공됩니다. 이렇게 하면 구성 요소 작성자가 디버그 시간에만 DLL의 시각화 도우미를 호출할 수 있습니다. 이 속성은 Description 드롭다운 상자에 표시되는 시각화 도우미 설명을 지정합니다. 대상 매개 변수는 시각화 도우미의 대상인 형식을 지정합니다. 시각화 도우미에 대한 자세한 내용은 데이터의 사용자 지정 시각화 도우미 만들기를 참조하세요.

참고

시각화 도우미 및 시각화 도우미 개체 원본 구현은 호스팅 디버거에 따라 달라집니다. Visual Studio 2005용 시각화 도우미를 만드는 방법에 대한 자세한 내용은 방법: 시각화 도우미 작성을 참조하세요.

생성자

DebuggerVisualizerAttribute(String)

DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화하고 시각화 도우미의 형식 이름을 지정합니다.

DebuggerVisualizerAttribute(String, String)

DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화하고 시각화 도우미의 형식 이름과 시각화 도우미 개체 소스의 형식 이름을 지정합니다.

DebuggerVisualizerAttribute(String, Type)

DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화하고 시각화 도우미의 형식 이름과 시각화 도우미 개체 소스의 형식을 지정합니다.

DebuggerVisualizerAttribute(Type)

시각화 도우미의 형식을 지정하는 DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화합니다.

DebuggerVisualizerAttribute(Type, String)

시각화 도우미의 형식 및 시각화 도우미 개체 소스의 형식 이름을 지정하여 DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화합니다.

DebuggerVisualizerAttribute(Type, Type)

시각화 도우미의 형식 및 시각화 도우미 개체 소스의 형식을 지정하여 DebuggerVisualizerAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

Description

시각화 도우미에 대한 설명을 가져오거나 설정합니다.

Target

특성이 어셈블리 수준에서 적용될 때 대상 형식을 가져오거나 설정합니다.

TargetTypeName

특성이 어셈블리 수준에서 적용될 때 정규화된 형식 이름을 가져오거나 설정합니다.

TypeId

파생 클래스에서 구현된 경우 이 Attribute에 대한 고유 식별자를 가져옵니다.

(다음에서 상속됨 Attribute)
VisualizerObjectSourceTypeName

시각화 도우미 개체 소스의 정규화된 형식 이름을 가져옵니다.

VisualizerTypeName

시각화 도우미의 정규화된 형식 이름을 가져옵니다.

메서드

Equals(Object)

이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다.

(다음에서 상속됨 Attribute)
GetHashCode()

이 인스턴스의 해시 코드를 반환합니다.

(다음에서 상속됨 Attribute)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
IsDefaultAttribute()

파생 클래스에서 재정의된 경우 이 인스턴스 값이 파생 클래스에 대한 기본값인지 여부를 표시합니다.

(다음에서 상속됨 Attribute)
Match(Object)

파생 클래스에서 재정의된 경우 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다.

(다음에서 상속됨 Attribute)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다.

(다음에서 상속됨 Attribute)
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr)

인터페이스의 형식 정보를 가져오는 데 사용할 수 있는 개체의 형식 정보를 검색합니다.

(다음에서 상속됨 Attribute)
_Attribute.GetTypeInfoCount(UInt32)

개체에서 제공하는 형식 정보 인터페이스의 수를 검색합니다(0 또는 1).

(다음에서 상속됨 Attribute)
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

개체에서 노출하는 메서드와 속성에 대한 액세스를 제공합니다.

(다음에서 상속됨 Attribute)

적용 대상