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
- rm
Type: System.Resources. . :: . .ResourceManager
The resource manager that contains the specified resource.
- id
Type: System. . :: . .Enum
The integer identifier for the specified resource.
- offset
Type: System. . :: . .Int32
The offset for retrieving the value.
- length
Type: System. . :: . .Int32
The length for retrieving the value.
Return Value
Type: System. . :: . .Object
The value of the specified resource for the current system culture.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.