Resources Class

Provides resources for the running assembly.

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public static class Resources
Inheritance
Object    Resources

Methods

ClearCache Clears the cached resource strings.
GetString(Object, String) Gets a String from the internal resources.
GetString(Type, String) Gets a String from the internal resources.
GetString(Type, String, String) Gets a String from the internal resources.

See Also