Click or drag to resize
ResourceSet Methods

The ResourceSet type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes and releases any resources used by this ResourceSet.
Public methodDispose
Disposes of the resources (other than memory) used by the current instance of ResourceSet.
Protected methodDispose(Boolean)
Releases resources (other than memory) associated with the current instance, closing internal managed objects if requested.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObject(String)
Searches for a resource object with the specified name.
Public methodGetObject(String, Boolean)
Searches for a resource object with the specified name in a case-insensitive manner, if requested.
Public methodGetString(String)
Searches for a String resource with the specified name.
Public methodGetString(String, Boolean)
Searches for a String resource with the specified name in a case-insensitive manner, if requested.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also