MarkLogic XCC/.Net Library

ModuleRunner Methods

The methods of the ModuleRunner class are listed below. For a complete list of ModuleRunner class members, see the ModuleRunner Members topic.

Public Static (Shared) Methods

Main Command-line main() method to invoke a module.

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Invoke Invoke the module with the given URI and return the resulting ResultSequence.
InvokeToSingleString Invoke the module with the given URI and return the resulting ResultSequence as a single String concatenation of all the values.
InvokeToStringArray Invoke the module with the given URI and return the resulting ResultSequence as an array of Strings.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

ModuleRunner Class | Marklogic.Xcc.Examples Namespace