|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
public NestedLocalReturnMessage(object ret, System.Runtime.Remoting.Messaging.LogicalCallContext callCtx, System.Runtime.Remoting.Messaging.IMethodCallMessage msg)
Property Detail |
---|
public int ArgCount
public object[] Args
public System.Exception Exception
public bool HasVarArgs
public System.Runtime.Remoting.Messaging.LogicalCallContext LogicalCallContext
public System.Reflection.MethodBase MethodBase
public string MethodName
public object MethodSignature
public int OutArgCount
public object[] OutArgs
public System.Collections.IDictionary Properties
public object ReturnValue
public string TypeName
public string Uri
Method Detail |
---|
public object GetArg(int argNum)
public string GetArgName(int index)
public object GetOutArg(int argNum)
public string GetOutArgName(int index)
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |