ProgrammableDataQueryResultReader.GetHandleForSpec Method

Definition

Gets an object handle for an object that can be used to read 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

Parameters

module
String

The name of the module that contains the IProgrammableDataQuery

type
String

The type that extends IProgrammableDataQuery

moduleDirectory
String

The directory from which to load the assembly

Returns

Applies to