Tungsten
MethodDictionaryRefresh Method |
Scans the server process for RPC methods (static methods with the RPCMethod attribute in classes with the RPCClass attribute)
Namespace: W.Net.RPC
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public void Refresh( Assembly rootAssembly, bool recurse )
Parameters
- rootAssembly
- Type: System.ReflectionAssembly
The Assembly to scan for RPC methods - recurse
- Type: SystemBoolean
If True, referenced assemblies will also be scanned
Remarks
Any methods previously added manually will have to be re-added
See Also