30 object[] args = msg.
_args;
58 bool flag =
key ==
"__Args";
75 info.
AddValue(
"__TypeName", typeName);
77 info.
AddValue(
"__MethodName", methodName);
79 info.
AddValue(
"__MethodSignature", methodSignature);
80 object[] args = this.
_args;
83 info.
AddValue(
"__CallContext", callContext);
84 string uri = this.
_uri;
89 if (internalProperties !=
null)
183 if (methodName ==
null)
318 string uri = this.
_uri;
339 if (serverTypeForUri ==
null)
344 else if (
array !=
null)
class f__AnonymousType0<< Count > j__TPar
LogicalCallContext GetLogicalCallContext(ArrayList args)
IDictionary ExternalProperties
void CopyFrom(IMethodMessage call)
static string GetTypeNameFromAssemblyQualifiedName(string aqname)
virtual void InitMethodProperty(string key, object value)
Type CastTo(string clientType, Type serverType)
LogicalCallContext _callContext
IDictionary InternalProperties
virtual IDictionary Properties
virtual void InitDictionary()
MethodCall(CADMethodCallMessage msg)
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
MethodCall(SerializationInfo info, StreamingContext context)
object GetArg(int argNum)
static Type GetServerTypeForUri(string URI)
static MethodBase GetVirtualMethod(Type type, MethodBase method)
static MethodBase GetMethodBaseFromName(Type type, string methodName, Type[] signature)
object IEnumerator. Current
void AddValue(string name, object value, Type type)