RemotingServices.GetServerTypeForUri メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > RemotingServices.GetServerTypeForUri メソッドの意味・解説 

RemotingServices.GetServerTypeForUri メソッド

指定した URI を持つオブジェクトType返します

名前空間: System.Runtime.Remoting
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared Function GetServerTypeForUri
 ( _
    URI As String _
) As Type
Dim URI As String
Dim returnValue As Type

returnValue = RemotingServices.GetServerTypeForUri(URI)
public static Type GetServerTypeForUri (
    string URI
)
public:
static Type^ GetServerTypeForUri (
    String^ URI
)
public static Type GetServerTypeForUri (
    String URI
)
public static function GetServerTypeForUri
 (
    URI : String
) : Type

パラメータ

URI

Type要求されるオブジェクトURI

戻り値
指定した URI を持つオブジェクトType

例外例外
解説解説
使用例使用例
Console.WriteLine("Server type: {0}", _
                  RemotingServices.GetServerTypeForUri(myObjectUri).ToString())
Console.WriteLine("Server type: {0}",
                  RemotingServices.GetServerTypeForUri(myObjectUri));
Console::WriteLine( "Server type: {0}", RemotingServices::GetServerTypeForUri(
 const_cast<String^>(myObjectUri) ) );
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
RemotingServices クラス
RemotingServices メンバ
System.Runtime.Remoting 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

RemotingServices.GetServerTypeForUri メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



RemotingServices.GetServerTypeForUri メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS