Méthode | Description | |
---|---|---|
Attach ( Process process, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
Attach ( int processId ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
Attach ( int processId, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
Attach ( string processName ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
Attach ( string processName, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
ClrMdPack ( ) : System | ||
Detach ( ) : void | ||
DumpArray ( ulong objectRef ) : void | ||
DumpArray ( ulong objectRef, int startIndex, bool dumpFields ) : void | ||
DumpArray ( ulong objectRef, int startIndex, int length ) : void | ||
DumpArray ( ulong objectRef, int startIndex, int length, bool dumpFields ) : void | ||
DumpBlockedClrThreads ( ) : void | ||
DumpClrThreads ( ) : void | ||
DumpClrThreads ( bool liveThreadsOnly, bool showCallstack ) : void | ||
DumpFinalizerQueueHeapStatsByType ( ) : void | ||
DumpFinalizerQueueHeapStatsByType ( long minSize ) : void | ||
DumpFinalizerQueueHeapStatsByType ( long minSize, long maxSize, string typeName ) : void | ||
DumpFinalizerQueueHeapStatsByType ( long minSize, string typeName ) : void | ||
DumpFinalizerQueueHeapStatsByType ( string typeName ) : void | ||
DumpHeapStatsByType ( ) : void | ||
DumpHeapStatsByType ( long minSize ) : void | ||
DumpHeapStatsByType ( long minSize, long maxSize, string typeName ) : void | ||
DumpHeapStatsByType ( long minSize, string typeName ) : void | ||
DumpHeapStatsByType ( string typeName ) : void | ||
DumpObject ( ulong objectRef ) : void | ||
DumpObject ( ulong objectRef, bool dumpFields ) : void | ||
DumpObjects ( string typeName ) : void | ||
DumpStack ( int managedThreadId ) : void |
Méthode | Description | |
---|---|---|
DumpHeapStatsByType ( long minSize, long maxSize, string typeName, IEnumerable |
||
DumpThreadStackTrace ( Microsoft.Diagnostics.Runtime.ClrThread thread ) : void | ||
EnsureAttachedToProcess ( ) : void | ||
YorN ( bool value ) : string |
public Attach ( Process process, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
process | Process | |
attachWaitTimeMilliseconds | int | |
Résultat | Microsoft.Diagnostics.Runtime.ClrRuntime |
public Attach ( int processId ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
processId | int | |
Résultat | Microsoft.Diagnostics.Runtime.ClrRuntime |
public Attach ( int processId, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
processId | int | |
attachWaitTimeMilliseconds | int | |
Résultat | Microsoft.Diagnostics.Runtime.ClrRuntime |
public Attach ( string processName ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
processName | string | |
Résultat | Microsoft.Diagnostics.Runtime.ClrRuntime |
public Attach ( string processName, int attachWaitTimeMilliseconds ) : Microsoft.Diagnostics.Runtime.ClrRuntime | ||
processName | string | |
attachWaitTimeMilliseconds | int | |
Résultat | Microsoft.Diagnostics.Runtime.ClrRuntime |
public DumpArray ( ulong objectRef ) : void | ||
objectRef | ulong | |
Résultat | void |
public DumpArray ( ulong objectRef, int startIndex, bool dumpFields ) : void | ||
objectRef | ulong | |
startIndex | int | |
dumpFields | bool | |
Résultat | void |
public DumpArray ( ulong objectRef, int startIndex, int length ) : void | ||
objectRef | ulong | |
startIndex | int | |
length | int | |
Résultat | void |
public DumpArray ( ulong objectRef, int startIndex, int length, bool dumpFields ) : void | ||
objectRef | ulong | |
startIndex | int | |
length | int | |
dumpFields | bool | |
Résultat | void |
public DumpClrThreads ( bool liveThreadsOnly, bool showCallstack ) : void | ||
liveThreadsOnly | bool | |
showCallstack | bool | |
Résultat | void |
public DumpFinalizerQueueHeapStatsByType ( ) : void | ||
Résultat | void |
public DumpFinalizerQueueHeapStatsByType ( long minSize ) : void | ||
minSize | long | |
Résultat | void |
public DumpFinalizerQueueHeapStatsByType ( long minSize, long maxSize, string typeName ) : void | ||
minSize | long | |
maxSize | long | |
typeName | string | |
Résultat | void |
public DumpFinalizerQueueHeapStatsByType ( long minSize, string typeName ) : void | ||
minSize | long | |
typeName | string | |
Résultat | void |
public DumpFinalizerQueueHeapStatsByType ( string typeName ) : void | ||
typeName | string | |
Résultat | void |
public DumpHeapStatsByType ( long minSize ) : void | ||
minSize | long | |
Résultat | void |
public DumpHeapStatsByType ( long minSize, long maxSize, string typeName ) : void | ||
minSize | long | |
maxSize | long | |
typeName | string | |
Résultat | void |
public DumpHeapStatsByType ( long minSize, string typeName ) : void | ||
minSize | long | |
typeName | string | |
Résultat | void |
public DumpHeapStatsByType ( string typeName ) : void | ||
typeName | string | |
Résultat | void |
public DumpObject ( ulong objectRef ) : void | ||
objectRef | ulong | |
Résultat | void |
public DumpObject ( ulong objectRef, bool dumpFields ) : void | ||
objectRef | ulong | |
dumpFields | bool | |
Résultat | void |
public DumpObjects ( string typeName ) : void | ||
typeName | string | |
Résultat | void |
public DumpStack ( int managedThreadId ) : void | ||
managedThreadId | int | |
Résultat | void |