Soap.InvokeRegistry.InvString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

{
Central registry for interfaces with RTTI and the classes that implement them.
Classes that are used as parameter types in methods of interfaces are registered

C++

typedef System::UnicodeString InvString;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Soap.InvokeRegistry.pas
Soap.InvokeRegistry.hpp
Soap.InvokeRegistry Soap.InvokeRegistry

説明

InvString 型は,呼び出し可能なインターフェースに対するコード化された呼び出しの一部またはすべてを表すための文字列型です。

InvString は,Web サービスアプリケーションでのコード化されたメソッド呼び出し用の型です。クライアントアプリケーションとサーバーアプリケーション間で転送できるように,インターフェースの呼び出しまたはその結果をコード化した文字列を表すのに使用されます。