ResourceUtility Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Helps .NET Micro Framework applications manage resources.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT..::..ResourceUtility

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public NotInheritable Class ResourceUtility
public static class ResourceUtility
public ref class ResourceUtility abstract sealed
[<AbstractClass>]
[<Sealed>]
type ResourceUtility =  class end
public final class ResourceUtility

The ResourceUtility type exposes the following members.

Methods

  Name Description
Public methodStatic member GetDelimitedStringResource Retrieves the string representation of a specified resource.
Public methodStatic member GetDelimitedStringResources Retrieves the string representations of the specified resources.
Public methodStatic member GetObject(ResourceManager, Enum) Gets the value of a specified Object resource for the current system culture.
Public methodStatic member GetObject(ResourceManager, Enum, Int32, Int32) Gets the value of a specified Object resource for the current system culture.
Public methodStatic member SetCurrentUICulture Sets the information for the current system culture.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT Namespace