DkmModuleInformation.Create(String, 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 DkmModuleInformation object instance.
This API was introduced in Visual Studio 16 Update 8 (DkmApiVersion.VS16Update8).
public static Microsoft.VisualStudio.Debugger.DefaultPort.DkmModuleInformation Create (string FullPath, string Version);
static member Create : string * string -> Microsoft.VisualStudio.Debugger.DefaultPort.DkmModuleInformation
Public Shared Function Create (FullPath As String, Version As String) As DkmModuleInformation
Parameters
- FullPath
- String
[In] The module full path.
- Version
- String
[In] The module version.
Returns
[Out] Result of this method call.