GlimpseRuntime ExecuteResource Method | Glimpse API Documentation |
Executes the resource.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- resourceName
- Type: System String
Name of the resource.
- parameters
- Type: Glimpse.Core.Framework ResourceParameters
The parameters.
Implements
IGlimpseRuntime ExecuteResource(String, ResourceParameters)Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | Throws an exception if either parameter is null. |
See Also