DkmClrDebuggerTypeProxyAttribute.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建新的 DkmClrDebuggerTypeProxyAttribute 对象实例。
位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerTypeProxyAttribute ^ Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ TargetType, System::String ^ TargetMember, Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ ProxyType);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerTypeProxyAttribute ^ Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ TargetType, Platform::String ^ TargetMember, Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ ProxyType);
static Microsoft::VisualStudio::Debugger::Evaluation::ClrCompilation::DkmClrDebuggerTypeProxyAttribute Create(Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & TargetType, std::wstring const & TargetMember, Microsoft::VisualStudio::Debugger::Clr::DkmClrType const & ProxyType);
public static Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerTypeProxyAttribute Create (Microsoft.VisualStudio.Debugger.Clr.DkmClrType TargetType, string TargetMember, Microsoft.VisualStudio.Debugger.Clr.DkmClrType ProxyType);
static member Create : Microsoft.VisualStudio.Debugger.Clr.DkmClrType * string * Microsoft.VisualStudio.Debugger.Clr.DkmClrType -> Microsoft.VisualStudio.Debugger.Evaluation.ClrCompilation.DkmClrDebuggerTypeProxyAttribute
Public Shared Function Create (TargetType As DkmClrType, TargetMember As String, ProxyType As DkmClrType) As DkmClrDebuggerTypeProxyAttribute
参数
- TargetType
- DkmClrType
中此特性应用于的类型。
- TargetMember
- String
[In,可选]应用此特性的成员(如果适用)。
- ProxyType
- DkmClrType
中代理类型。
返回
弄此方法调用的结果。