ProgrammableDataQueryResultReader.GetHandleForSpec 方法

定义

获取对象的对象句柄,该对象可用于读取 PDQs。

public:
 System::Runtime::Remoting::ObjectHandle ^ GetHandleForSpec(System::String ^ module, System::String ^ type, System::String ^ moduleDirectory);
public System.Runtime.Remoting.ObjectHandle GetHandleForSpec (string module, string type, string moduleDirectory);
member this.GetHandleForSpec : string * string * string -> System.Runtime.Remoting.ObjectHandle
Public Function GetHandleForSpec (module As String, type As String, moduleDirectory As String) As ObjectHandle

参数

module
String

包含 IProgrammableDataQuery 的模块的名称

type
String

扩展 IProgrammableDataQuery 的类型

moduleDirectory
String

要从中加载程序集的目录

返回

ObjectHandle

适用于