Summary
Provides resource support to NAnt assemblies. This class cannot
be inherited from.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ResourceUtils"]
class Type type-node
Syntax
public sealed class ResourceUtils
Methods
Name | Value | Summary |
---|---|---|
GetString |
string |
Returns the value of the specified string resource.
static
|
GetString |
string |
Returns the value of the specified string resource localized for
the specified culture.
static
|
GetString |
string |
Returns the value of the specified string resource localized for
the specified culture for the specified assembly.
static
|
Register |
void |
Registers the assembly to be used as the fallback if resources
aren't found in the local satellite assembly.
static
|