ResourceSetGetObject Method (String) |
Searches for a resource object with the specified name.
Namespace: System.ResourcesAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public virtual Object GetObject(
string name
)
Parameters
- name
- Type: SystemString
Case-sensitive name of the resource to search for.
Return Value
Type:
ObjectThe requested resource.
Exceptions Exception | Condition |
---|
ArgumentNullException | The name parameter is null. |
ObjectDisposedException | The object has been closed or disposed. |
See Also