AssemblyNameProxy クラス

定義

AssemblyName のリモート対応バージョンを提供します。

public ref class AssemblyNameProxy : MarshalByRefObject
public class AssemblyNameProxy : MarshalByRefObject
[System.Runtime.InteropServices.ComVisible(true)]
public class AssemblyNameProxy : MarshalByRefObject
type AssemblyNameProxy = class
    inherit MarshalByRefObject
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyNameProxy = class
    inherit MarshalByRefObject
Public Class AssemblyNameProxy
Inherits MarshalByRefObject
継承
AssemblyNameProxy
属性

コンストラクター

AssemblyNameProxy()

AssemblyNameProxy クラスの新しいインスタンスを初期化します。

メソッド

CreateObjRef(Type)

リモート オブジェクトとの通信に使用するプロキシの生成に必要な情報をすべて格納しているオブジェクトを作成します。

(継承元 MarshalByRefObject)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetAssemblyName(String)

指定したファイルの AssemblyName を取得します。

GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetLifetimeService()
互換性のために残されています。

対象のインスタンスの有効期間ポリシーを制御する、現在の有効期間サービス オブジェクトを取得します。

(継承元 MarshalByRefObject)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
InitializeLifetimeService()
互換性のために残されています。

このインスタンスの有効期間ポリシーを制御する有効期間サービス オブジェクトを取得します。

(継承元 MarshalByRefObject)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
MemberwiseClone(Boolean)

現在の MarshalByRefObject オブジェクトの簡易コピーを作成します。

(継承元 MarshalByRefObject)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象