Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
System
Runtime
Remoting
Channels
Http
ErrorMessage
C# Class System.Runtime.Remoting.Channels.Http.ErrorMessage
Inheritance:
IMethodCallMessage
Mostrar archivo
Open project: gbarnett/shared-source-cli-2.0
Public Methods
Method
Description
GetArg
(
int
argNum
) :
Object
GetArgName
(
int
index
) :
String
GetInArg
(
int
argNum
) :
Object
GetInArgName
(
int
index
) :
String
Method Details
GetArg()
public
method
public
GetArg
(
int
argNum
) :
Object
argNum
int
return
Object
GetArgName()
public
method
public
GetArgName
(
int
index
) :
String
index
int
return
String
GetInArg()
public
method
public
GetInArg
(
int
argNum
) :
Object
argNum
int
return
Object
GetInArgName()
public
method
public
GetInArgName
(
int
index
) :
String
index
int
return
String