Click or drag to resize

PageInfoExtractModule Method

Extract the Module from a MOP (module!page).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string ExtractModule(
	string mop
)

Parameters

mop
Type: SystemString
The MOP from which to extract the Module.

Return Value

Type: String
The extracted Module, or an empty string if mop is not well-formed.
See Also