CacheableFileName Methods |
The CacheableFileName type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create(Char) |
Static function to create a new instance from the
given character array.
|
![]() ![]() | Create(String) |
Static function to create a new instance from the given string.
|
![]() | Equals(Object) |
Return true if this key matches other object.
(Overrides ObjectEquals(Object).) |
![]() | Equals(ICacheableKey) |
Return true if this key matches other object.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromData |
Deserialize this object, typical implementation should return
the 'this' pointer.
|
![]() | GetHashCode |
Return the hashcode for this key.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToData |
Serializes this object.
|
![]() | ToString |
Return a string representation of the object.
This returns the same string as Value property.
(Overrides ObjectToString.) |