GetObject Method (ResourceManager, Enum, Int32, Int32)

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

Gets the value of a specified Object resource for the current system culture.

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

Syntax

'Declaration
Public Shared Function GetObject ( _
    rm As ResourceManager, _
    id As Enum, _
    offset As Integer, _
    length As Integer _
) As Object
public static Object GetObject(
    ResourceManager rm,
    Enum id,
    int offset,
    int length
)
public:
static Object^ GetObject(
    ResourceManager^ rm, 
    Enum^ id, 
    int offset, 
    int length
)
static member GetObject : 
        rm:ResourceManager * 
        id:Enum * 
        offset:int * 
        length:int -> Object 
public static function GetObject(
    rm : ResourceManager, 
    id : Enum, 
    offset : int, 
    length : int
) : Object

Parameters

Return Value

Type: System. . :: . .Object
The value of the specified resource for the current system culture.

.NET Framework Security

See Also

Reference

ResourceUtility Class

GetObject Overload

Microsoft.SPOT Namespace