COMClassInfoLibraryOfFunction Property |
Retrieve the module for the COM class. Only available after a call to
Query.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public ProcessModule LibraryOfFunction { get; }
Public ReadOnly Property LibraryOfFunction As ProcessModule
Get
public:
property ProcessModule^ LibraryOfFunction {
ProcessModule^ get ();
}
member LibraryOfFunction : ProcessModule with get
Property Value
Type:
ProcessModuleSee Also