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

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

ProxyAttribute.CreateInstance メソッド

指定した型が現在のコンテキスト内に存在するかどうかによって、初期化されていない MarshalByRefObject または透過プロキシいずれか作成します

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

Public Overridable Function
 CreateInstance ( _
    serverType As Type _
) As MarshalByRefObject
Dim instance As ProxyAttribute
Dim serverType As Type
Dim returnValue As MarshalByRefObject

returnValue = instance.CreateInstance(serverType)
public virtual MarshalByRefObject CreateInstance (
    Type serverType
)
public:
virtual MarshalByRefObject^ CreateInstance (
    Type^ serverType
)
public MarshalByRefObject CreateInstance (
    Type serverType
)
public function CreateInstance (
    serverType : Type
) : MarshalByRefObject

パラメータ

serverType

インスタンス作成するオブジェクト型

戻り値
初期化されていない MarshalByRefObject または透過プロキシ

使用例使用例
' Create an instance of ServicedComponentProxy
Public Overrides Function
 CreateInstance(serverType As Type) As MarshalByRefObject
   Return MyBase.CreateInstance(serverType)
End Function 'CreateInstance
// Create an instance of ServicedComponentProxy
public override MarshalByRefObject CreateInstance(Type serverType)
{  
   return base.CreateInstance(serverType);
}
// Create an instance of ServicedComponentProxy
virtual MarshalByRefObject^ CreateInstance( Type^ serverType ) override
{
   return ProxyAttribute::CreateInstance( serverType );
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ProxyAttribute クラス
ProxyAttribute メンバ
System.Runtime.Remoting.Proxies 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からProxyAttribute.CreateInstance メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からProxyAttribute.CreateInstance メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からProxyAttribute.CreateInstance メソッド を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2025 GRAS Group, Inc.RSS