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

Resources Class

A class to simplify access to resources. The file can be loaded from the application root directory (use the resource attribute) or from any valid URL (use the url attribute). For example,to load a fixed path file, use: <properties url=”file:///c:/config/my.properties” />

For a list of all members of this type, see Resources Members.

System.Object
   Resources

[Visual Basic]
Public Class Resources
[C#]
public class Resources

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IBatisNet.Common.Utilities

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

Resources Members | IBatisNet.Common.Utilities Namespace