Click or drag to resize

Resources Class

Provides resources for the running assembly.
Inheritance Hierarchy
SystemObject
  InnerDrive.CoreResources

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public static class Resources

The Resources type exposes the following members.

Methods
 NameDescription
Public methodStatic memberClearCache Clears the cached resource strings.
Public methodStatic memberGetString(Object, String) Gets a String from the internal resources.
Public methodStatic memberGetString(Type, String) Gets a String from the internal resources.
Public methodStatic memberGetString(Type, String, String) Gets a String from the internal resources.
Top
See Also