iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

Resources Methods

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

Public Static (Shared) Methods

FileExists Determines whether the specified file exists.
GetAsXmlDocument Load an XML resource from a location specify by the node.
GetConfigAsXmlDocument Get config file
GetEmbeddedResourceAsXmlDocument
GetFileInfo Load a file from a given resource path
GetFileInfoAsXmlDocument Get XmlDocument from a FileInfo resource
GetFileSystemResourceWithoutProtocol Strips protocol name from the resource name
GetResourceAsXmlDocument Get XmlDocument from relative (from root directory of the application) path resource
GetStreamAsXmlDocument Get XmlDocument from a stream resource
GetUriAsXmlDocument Get XmlDocument from a Uri resource
GetUrlAsXmlDocument Get XmlDocument from absolute path resource
GetValueOfNodeResourceUrl Get the path resource of an url or resource location.
TypeForNameObsolete. Resolves the supplied type name into a Type instance.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Resources Class | IBatisNet.Common.Utilities Namespace