IDomainLoader.ExecuteStaticMethod Method (String, String, Object[])

Tungsten Suite

IDomainLoaderExecuteStaticMethod Method (String, String, Object)

Executes a static method on the specified type across the AppDomain

Namespace:  W.Domains
Assembly:  Tungsten.Domains (in Tungsten.Domains.dll) Version: 2.0.0
Syntax
C#
void ExecuteStaticMethod(
	string typeName,
	string staticMethodName,
	params Object[] args
)

Parameters

typeName
Type: SystemString
The name of the type which exposes the static method
staticMethodName
Type: SystemString
The name of the static method
args
Type: SystemObject
Any arguments to be passedd to the static method
See Also