C# Class MemoScope.Modules.Delegates.DelegateTargetInformation

Inheritance: IAddressData, ITypeNameData
Mostrar archivo Open project: fremag/MemoScope.Net Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

DelegateTargetInformation() public method

public DelegateTargetInformation ( ulong address, ClrDumpType clrDumpType ) : BrightIdeasSoftware
address ulong
clrDumpType MemoScope.Core.Data.ClrDumpType
return BrightIdeasSoftware

DelegateTargetInformation() public method

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