This documentation is archived and is not being maintained.
ResourceManager.GetObject Method
.NET Framework 1.1
Gets the value of the specified Object resource for the current culture.
Overload List
Returns the value of the specified Object resource.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable Function GetObject(String) As Object
[C#] public virtual object GetObject(string);
[C++] public: virtual Object* GetObject(String*);
[JScript] public function GetObject(String) : Object;
Gets the value of the Object resource localized for the specified culture.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable Function GetObject(String, CultureInfo) As Object
[C#] public virtual object GetObject(string, CultureInfo);
[C++] public: virtual Object* GetObject(String*, CultureInfo*);
[JScript] public function GetObject(String, CultureInfo) : Object;
See Also
ResourceManager Class | ResourceManager Members | System.Resources Namespace
Show: