DkmAppPackageId.Create(DkmPackagedAppPlatform, String) 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 DkmAppPackageId object instance.
public:
static Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ Create(Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackagedAppPlatform AppPlatform, System::String ^ FullName);
public:
static Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId ^ Create(Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackagedAppPlatform AppPlatform, Platform::String ^ FullName);
static Microsoft::VisualStudio::Debugger::DefaultPort::DkmAppPackageId Create(Microsoft::VisualStudio::Debugger::DefaultPort::DkmPackagedAppPlatform AppPlatform, std::wstring const & FullName);
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId Create (Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackagedAppPlatform AppPlatform, string FullName);
static member Create : Microsoft.VisualStudio.Debugger.DefaultPort.DkmPackagedAppPlatform * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmAppPackageId
Public Shared Function Create (AppPlatform As DkmPackagedAppPlatform, FullName As String) As DkmAppPackageId
Parameters
- AppPlatform
- DkmPackagedAppPlatform
[In] Indicates if the specified application package is a Windows Phone or Windows Store app.
- FullName
- String
[In] The full name of the application. For DkmApplicationPlatform.WindowsAppx, this is the package full name.
Returns
[Out] Result of this method call.