DkmNativeModuleInstance.GetFunctionTableEntry(UInt64) 方法

定义

获取传递的地址的函数表项。 引擎的格式依赖于调试对象的体系结构。

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GetFunctionTableEntry(System::UInt64 Address);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GetFunctionTableEntry (ulong Address);
member this.GetFunctionTableEntry : uint64 -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function GetFunctionTableEntry (Address As ULong) As ReadOnlyCollection(Of Byte)

参数

Address
UInt64

中要在函数表中搜索的地址。 通常,每个条目都包含开始地址和结束地址。 实现应返回其地址范围包含请求的地址的条目。

返回

ReadOnlyCollection<Byte>

弄函数表项的内容。

适用于