IComSoapPublisher.UnRegisterAssembly(String) メソッド

定義

COM 相互運用機能アセンブリを登録解除します。

public:
 void UnRegisterAssembly(System::String ^ AssemblyPath);
public void UnRegisterAssembly (string AssemblyPath);
abstract member UnRegisterAssembly : string -> unit
Public Sub UnRegisterAssembly (AssemblyPath As String)

パラメーター

AssemblyPath
String

アセンブリのファイル システム パス。

例外

呼び出しチェイン内の呼び出し元に、アンマネージ コードへのアクセス許可がありません。

- または -

"file://" で始まっていないコードベースが、必要な WebPermission なしで指定されました。

AssemblyPathnullです。

AssemblyPath が見つかりません。またはファイル名の拡張子が指定されていません。

AssemblyPath は有効なアセンブリではありません。

アセンブリまたはモジュールが 2 つの異なる証拠を使用して 2 回読み込まれたか、アセンブリ名がシステム定義の最大長を超えています。

ComUnregisterFunctionAttribute でマークされたメソッドが static ではありません。

- または -

階層の特定のレベルに、ComUnregisterFunctionAttribute でマークされた複数のメソッドがあります。

- または -

ComUnregisterFunctionAttribute でマークされたメソッドのシグネチャが有効ではありません。

注釈

UnRegisterAssembly 実装では、 Regasm.exe を使用して、アセンブリ内の作成可能なクラスの登録を解除します。 詳細については、「 Regasm.exe (アセンブリ登録ツール)」を参照してください。

適用対象