-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathDbgProvider.dll-Help.xml
125 lines (122 loc) · 4.55 KB
/
DbgProvider.dll-Help.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8" ?>
<helpItems schema="maml">
<!-- v 1.0.0.0 -->
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
<command:details>
<command:name>
Mount-DumpFile
</command:name>
<maml:description>
<maml:para>Loads a dump file for post-mortem debugging.</maml:para>
</maml:description>
<maml:copyright>
<maml:para></maml:para>
</maml:copyright>
<command:verb>Mount</command:verb>
<command:noun>DumpFile</command:noun>
<dev:version></dev:version>
</command:details>
<maml:description>
<maml:para>The Mount-DumpFile cmdlet loads a dump file for post-mortem debugging, similar to "windbg -z".
</maml:para>
</maml:description>
<!-- Cmdlet syntax section-->
<command:syntax>
<command:syntaxItem>
<maml:name>Mount-DumpFile</maml:name>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>DumpFile</maml:name>
<maml:description>
<maml:para>Specifies the dump file to load.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="true">string</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
<maml:name>TargetName</maml:name>
<maml:description>
<maml:para>Specifies the name which should be used to represent the dump file in the Debugger provider virtual namespace.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="true">string</command:parameterValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<!-- Cmdlet parameter section -->
<command:parameters>
<command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue)" position="1">
<maml:name>DumpFile</maml:name>
<maml:description>
<maml:para>Specifies the dump file to load.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="true">string</command:parameterValue>
<dev:type>
<maml:name>string</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="2">
<maml:name>TargetName</maml:name>
<maml:description>
<maml:para>Specifies the name which should be used to represent the dump file in the Debugger provider virtual namespace.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="true">string</command:parameterValue>
<dev:type>
<maml:name>string</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
</command:parameters>
<!-- Input - Output section-->
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>System.String</maml:name>
<maml:uri/>
<maml:description />
</dev:type>
<maml:description>
<maml:para>
<!-- description -->
This cmdlet accepts a string object as input that populates the DumpFile parameter.
</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<command:returnValue>
<dev:type>
<maml:name>MS.Dbg.DbgContainer</maml:name>
<maml:uri />
<maml:description />
</dev:type>
<maml:description>
<maml:para>
<!-- description -->
This cmdlet loads the specified dump file into the Debugger provider virtual namespace.
</maml:para>
</maml:description>
</command:returnValue>
</command:returnValues>
<!-- Error section-->
<command:terminatingErrors />
<command:nonTerminatingErrors />
<!-- Notes section -->
<maml:alertSet>
<maml:title></maml:title>
<maml:alert>
<maml:para></maml:para>
</maml:alert>
<maml:alert>
<maml:para></maml:para>
</maml:alert>
</maml:alertSet>
<!-- Link section -->
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Unmount-DumpFile</maml:linkText>
<maml:uri/>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
</helpItems>