IVsProfilerTargetInfo.ProcessArchitecture Property

Definition

Gets the architecture of the process that will be launched. This information is needed to correctly determine which profiling monitor to start.

public:
 property Microsoft::VisualStudio::Shell::Interop::VSPROFILERPROCESSARCHTYPE ProcessArchitecture { Microsoft::VisualStudio::Shell::Interop::VSPROFILERPROCESSARCHTYPE get(); };
public:
 property Microsoft::VisualStudio::Shell::Interop::VSPROFILERPROCESSARCHTYPE ProcessArchitecture { Microsoft::VisualStudio::Shell::Interop::VSPROFILERPROCESSARCHTYPE get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE")]
[System.Runtime.InteropServices.DispId(1610678272)]
public Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE ProcessArchitecture { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE")]
public Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE ProcessArchitecture { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE")>]
[<System.Runtime.InteropServices.DispId(1610678272)>]
member this.ProcessArchitecture : Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE")>]
member this.ProcessArchitecture : Microsoft.VisualStudio.Shell.Interop.VSPROFILERPROCESSARCHTYPE
Public ReadOnly Property ProcessArchitecture As VSPROFILERPROCESSARCHTYPE

Property Value

The architecture of the process.

Attributes

Applies to