DkmClrDebuggerTypeProxyAttribute.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a new DkmClrDebuggerTypeProxyAttribute object instance.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.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);
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
Parameters
- TargetType
- DkmClrType
[In] The type this attribute applies to.
- TargetMember
- String
[In,Optional] The member this attribute applies to if applicable.
- ProxyType
- DkmClrType
[In] The proxy type.
Returns
[Out] Result of this method call.