Click or drag to resize
ResourceSetGetObject Method (String)
Searches for a resource object with the specified name.

Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Object GetObject(
	string name
)

Parameters

name
Type: SystemString
Case-sensitive name of the resource to search for.

Return Value

Type: Object
The requested resource.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe name parameter is null.
ObjectDisposedExceptionThe object has been closed or disposed.
See Also