C# Class MemoScope.Modules.Delegates.DelegateTargetInformation

Inheritance: IAddressData, ITypeNameData
Afficher le fichier Open project: fremag/MemoScope.Net Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DelegateTargetInformation ( ulong address, ClrDumpType clrDumpType ) : BrightIdeasSoftware
DelegateTargetInformation ( ulong address, ClrDumpType clrDumpType, Microsoft.Diagnostics.Runtime.ClrMethod methInfo ) : BrightIdeasSoftware

Method Details

DelegateTargetInformation() public méthode

public DelegateTargetInformation ( ulong address, ClrDumpType clrDumpType ) : BrightIdeasSoftware
address ulong
clrDumpType MemoScope.Core.Data.ClrDumpType
Résultat BrightIdeasSoftware

DelegateTargetInformation() public méthode

public DelegateTargetInformation ( ulong address, ClrDumpType clrDumpType, Microsoft.Diagnostics.Runtime.ClrMethod methInfo ) : BrightIdeasSoftware
address ulong
clrDumpType MemoScope.Core.Data.ClrDumpType
methInfo Microsoft.Diagnostics.Runtime.ClrMethod
Résultat BrightIdeasSoftware