IVsProfilerTargetInfo.ProcessArchitecture Property
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.
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