ActivatedClientTypeEntry コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ActivatedClientTypeEntry コンストラクタの意味・解説 

ActivatedClientTypeEntry コンストラクタ (String, String, String)

指定した型名アセンブリ名、およびアプリケーションURL使用して、ActivatedClientTypeEntry クラス新しインスタンス初期化します。

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

Public Sub New ( _
    typeName As String, _
    assemblyName As String, _
    appUrl As String _
)
Dim typeName As String
Dim assemblyName As String
Dim appUrl As String

Dim instance As New ActivatedClientTypeEntry(typeName,
 assemblyName, appUrl)
public ActivatedClientTypeEntry (
    string typeName,
    string assemblyName,
    string appUrl
)
public:
ActivatedClientTypeEntry (
    String^ typeName, 
    String^ assemblyName, 
    String^ appUrl
)
public ActivatedClientTypeEntry (
    String typeName, 
    String assemblyName, 
    String appUrl
)
public function ActivatedClientTypeEntry (
    typeName : String, 
    assemblyName : String, 
    appUrl : String
)

パラメータ

typeName

クライアント側アクティブ化される型の型名

assemblyName

クライアント側アクティブ化される型のアセンブリ名

appUrl

型をアクティブにするアプリケーションURL

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActivatedClientTypeEntry クラス
ActivatedClientTypeEntry メンバ
System.Runtime.Remoting 名前空間

ActivatedClientTypeEntry コンストラクタ (Type, String)

指定した TypeアプリケーションURL使用して、ActivatedClientTypeEntry クラス新しインスタンス初期化します。

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

Public Sub New ( _
    type As Type, _
    appUrl As String _
)
Dim type As Type
Dim appUrl As String

Dim instance As New ActivatedClientTypeEntry(type,
 appUrl)
public ActivatedClientTypeEntry (
    Type type,
    string appUrl
)
public:
ActivatedClientTypeEntry (
    Type^ type, 
    String^ appUrl
)
public ActivatedClientTypeEntry (
    Type type, 
    String appUrl
)
public function ActivatedClientTypeEntry (
    type : Type, 
    appUrl : String
)

パラメータ

type

クライアント側アクティブ化される型の Type

appUrl

型をアクティブにするアプリケーションURL

解説解説
使用例使用例

ActivatedClientTypeEntry作成方法次のコード例示します

' Create activated client type entry.
Dim myActivatedClientTypeEntry As _
    New ActivatedClientTypeEntry(GetType(HelloServer),
 _
    "tcp://localhost:8082")
// Create activated client type entry.
ActivatedClientTypeEntry myActivatedClientTypeEntry =
    new ActivatedClientTypeEntry(typeof(HelloServer),
    "tcp://localhost:8082");
// Create activated client type entry.
ActivatedClientTypeEntry^ activatedClientTypeEntry = gcnew ActivatedClientTypeEntry(
 HelloServer::typeid, "tcp://localhost:8082" );

// Create activated client type entry.
ActivatedClientTypeEntry myActivatedClientTypeEntry = 
    new ActivatedClientTypeEntry(HelloServer.class.ToType(),
 
    "tcp://localhost:8082");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActivatedClientTypeEntry クラス
ActivatedClientTypeEntry メンバ
System.Runtime.Remoting 名前空間

ActivatedClientTypeEntry コンストラクタ

ActivatedClientTypeEntry クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
ActivatedClientTypeEntry (Type, String) 指定した TypeアプリケーションURL使用してActivatedClientTypeEntry クラス新しインスタンス初期化します。
ActivatedClientTypeEntry (String, String, String) 指定した型名アセンブリ名、およびアプリケーションURL使用してActivatedClientTypeEntry クラス新しインスタンス初期化します。
参照参照

関連項目

ActivatedClientTypeEntry クラス
ActivatedClientTypeEntry メンバ
System.Runtime.Remoting 名前空間



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

辞書ショートカット

すべての辞書の索引

「ActivatedClientTypeEntry コンストラクタ」の関連用語

ActivatedClientTypeEntry コンストラクタのお隣キーワード
検索ランキング

   

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



ActivatedClientTypeEntry コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS