MethodDictionary.Methods Property

Tungsten Suite

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
Syntax
C#
public Dictionary<string, MethodInfo> Methods { get; }

Property Value

Type: DictionaryString, MethodInfo
See Also