MethodAccessorInvokeStaticFunctionTResult Method
Invokes a parameterless static function method. If the return type is not known at compile time
the non-generic
Invoke methods can be used.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public TResult InvokeStaticFunction<TResult>()
Public Function InvokeStaticFunction(Of TResult) As TResult
public:
generic<typename TResult>
TResult InvokeStaticFunction()
member InvokeStaticFunction : unit -> 'TResult
- TResult
- The return type of the method.
TResultThe return value of the method.