AnyUri MethodsAnyUri MethodsAnyUri Methods

The AnyUriAnyUriAnyUri type exposes the following members.

Methods

 MethodDescription
Public methodEquals (object)Equals (Object)Equals (object^) Determines whether this instance is equal to a specified object. (Overrides Object.EqualsObject.EqualsObject::Equals)
Public methodEquals (AnyUri)Equals (AnyUri)Equals (AnyUri^) Indicates whether this instance is equal to another AnyUriAnyUriAnyUri.
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetComponentsGetComponentsGetComponents Gets the specified components of the current instance, using the specified escaping.
Public methodGetHashCodeGetHashCodeGetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCodeObject.GetHashCodeObject::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodMakeRelativeUriMakeRelativeUriMakeRelativeUri Determines the difference between two AnyUriAnyUriAnyUri instances.
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodNormalizeNormalizeNormalize Returns a normalized string representation of the current instance.
Public methodToStringToStringToString Returns the stringStringString that represents the current AnyUriAnyUriAnyUri. (Overrides Object.ToStringObject.ToStringObject::ToString)
Public methodstaticTryCreate (string, out AnyUri)TryCreate (String, ByRef AnyUri)TryCreate (String^, AnyUri^%) Creates a new AnyUriAnyUriAnyUri from its lexical value. A return value indicates whether the conversion succeeded or failed.
Public methodstaticTryCreate (AnyUri, string, out AnyUri)TryCreate (AnyUri, String, ByRef AnyUri)TryCreate (AnyUri^, String^, AnyUri^%) Creates a new AnyUriAnyUriAnyUri from its lexical value and resolves it against a base URI. A return value indicates whether the conversion succeeded or failed.

Top