| QiObjectMethod デリゲート |
サービスに登録される関数を表します。
名前空間: Baku.LibqiDotNetアセンブリ: Baku.LibqiDotNet (in Baku.LibqiDotNet.dll) バージョン: 2.0.0.0 (2.0.0.0)
構文 public delegate QiValue QiObjectMethod(
string completeSignature,
QiValue args
)
Public Delegate Function QiObjectMethod (
completeSignature As String,
args As QiValue
) As QiValue
public delegate QiValue^ QiObjectMethod(
String^ completeSignature,
QiValue^ args
)
type QiObjectMethod =
delegate of
completeSignature : string *
args : QiValue -> QiValue
パラメーター
- completeSignature
- 型: SystemString
関数の引数名と完全なシグネチャ - args
- 型: Baku.LibqiDotNetQiValue
引数
戻り値
型:
QiValue参照