OVERONE.DotNetJ
Class NestedLocalReturnMessage

Should not be used.

Constructor Summary
NestedLocalReturnMessage(object ret, System.Runtime.Remoting.Messaging.LogicalCallContext callCtx, System.Runtime.Remoting.Messaging.IMethodCallMessage msg)

Property Summary
int ArgCount
object[] Args
System.Exception Exception
bool HasVarArgs
System.Runtime.Remoting.Messaging.LogicalCallContext LogicalCallContext
System.Reflection.MethodBase MethodBase
string MethodName
object MethodSignature
int OutArgCount
object[] OutArgs
System.Collections.IDictionary Properties
object ReturnValue
string TypeName
string Uri

Method Summary
object GetArg(int argNum)
string GetArgName(int index)
object GetOutArg(int argNum)
string GetOutArgName(int index)

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Constructor Detail

NestedLocalReturnMessage

public NestedLocalReturnMessage(object ret,
                                System.Runtime.Remoting.Messaging.LogicalCallContext callCtx,
                                System.Runtime.Remoting.Messaging.IMethodCallMessage msg)

Property Detail

ArgCount

public int ArgCount


Args

public object[] Args


Exception

public System.Exception Exception


HasVarArgs

public bool HasVarArgs


LogicalCallContext

public System.Runtime.Remoting.Messaging.LogicalCallContext LogicalCallContext


MethodBase

public System.Reflection.MethodBase MethodBase


MethodName

public string MethodName


MethodSignature

public object MethodSignature


OutArgCount

public int OutArgCount


OutArgs

public object[] OutArgs


Properties

public System.Collections.IDictionary Properties


ReturnValue

public object ReturnValue


TypeName

public string TypeName


Uri

public string Uri

Method Detail

GetArg

public object GetArg(int argNum)


GetArgName

public string GetArgName(int index)


GetOutArg

public object GetOutArg(int argNum)


GetOutArgName

public string GetOutArgName(int index)