Return requested information about the extension.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual Object Info(
ExtInfo info
)
Public Overridable Function Info (
info As ExtInfo
) As Object
Parameters
- info
- Type: NetQuarryExtInfo
The information of interest.
Return Value
Type:
ObjectThe requested information.
Implements
IExtensionInfo(ExtInfo)See Also