LibrarySet MethodsLibrarySet MethodsLibrarySet Methods

The LibrarySetLibrarySetLibrarySet type exposes the following members.

Methods

 MethodDescription
Public methodAdd (XdmModule)Add (XdmModule)Add (XdmModule^) Adds a module to the library collection.
Public methodAdd (XQuerySettings, string, string[])Add (XQuerySettings, String, String())Add (XQuerySettings^, String^, array<String^>^) Compiles the specified XQuery library module with the specified location hints and adds it to this LibrarySetLibrarySetLibrarySet. Default static context settings are used.
Public methodCloneCloneClone Creates a new LibrarySetLibrarySetLibrarySet that is a copy of the current library collection.
Public methodCompileCompileCompile Compiles all uncompiled libraries in the collection.
Public methodObject.EqualsObject.EqualsObject::EqualsDetermines whether the specified object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCodeServes as the default hash function. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToStringReturns a string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Explicit Interface Implementations

 NameDescription
Explicit interface implementationPrivate methodICloneable.CloneICloneable.CloneICloneable::Clone Creates a new object that is a copy of the current instance.

Top