proxy クラス : TypeName ゲッタ

説明

型名を取得します。

構文

proxyInstance.TypeName

引数

無し

返り値

クラス説明
string型名。

サンプルコード

//anyProxyはproxy型のインスタンス.

string typeName = anyProxy.TypeName;

注意

このゲッターは"proxy"を返します。

参照リンク

無し

Copyright © Rice All rights reserved.