Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Runtime
Remoting
Messaging
ErrorMessage
C# Class System.Runtime.Remoting.Messaging.ErrorMessage
Inheritance:
IMethodCallMessage
ファイルを表示
Open project: gbarnett/shared-source-cli-2.0
Class Usage Examples
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