MethodDictionary.Methods Property
From Tungsten Suite
Tungsten
|
|
MethodDictionaryMethods Property |
All of the RPC methods found. The name of each method is the complete namespace.class.methodname hierarchy (recursive classes are allowed).
Namespace: W.Net.RPC
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
C#
public Dictionary<string, MethodInfo> Methods { get; }