Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
Runtime
Remoting
Channels
Http
ErrorMessage
C# Class System.Runtime.Remoting.Channels.Http.ErrorMessage
Inheritance:
IMethodCallMessage
Afficher le fichier
Open project: gbarnett/shared-source-cli-2.0
Méthodes publiques
Méthode
Description
GetArg
(
int
argNum
) :
Object
GetArgName
(
int
index
) :
String
GetInArg
(
int
argNum
) :
Object
GetInArgName
(
int
index
) :
String
Method Details
GetArg()
public
méthode
public
GetArg
(
int
argNum
) :
Object
argNum
int
Résultat
Object
GetArgName()
public
méthode
public
GetArgName
(
int
index
) :
String
index
int
Résultat
String
GetInArg()
public
méthode
public
GetInArg
(
int
argNum
) :
Object
argNum
int
Résultat
Object
GetInArgName()
public
méthode
public
GetInArgName
(
int
index
) :
String
index
int
Résultat
String