Publish.ProcessServerTlb メソッド
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

Public Sub ProcessServerTlb ( _ ProgId As String, _ SrcTlbPath As String, _ PhysicalPath As String, _ Operation As String, _ <OutAttribute> ByRef strAssemblyName As String, _ <OutAttribute> ByRef TypeName As String, _ <OutAttribute> ByRef Error As String _ )
Dim instance As Publish Dim ProgId As String Dim SrcTlbPath As String Dim PhysicalPath As String Dim Operation As String Dim strAssemblyName As String Dim TypeName As String Dim Error As String instance.ProcessServerTlb(ProgId, SrcTlbPath, PhysicalPath, Operation, strAssemblyName, TypeName, Error)
public void ProcessServerTlb ( string ProgId, string SrcTlbPath, string PhysicalPath, string Operation, out string strAssemblyName, out string TypeName, out string Error )
public: virtual void ProcessServerTlb ( String^ ProgId, String^ SrcTlbPath, String^ PhysicalPath, String^ Operation, [OutAttribute] String^% strAssemblyName, [OutAttribute] String^% TypeName, [OutAttribute] String^% Error ) sealed
public final void ProcessServerTlb ( String ProgId, String SrcTlbPath, String PhysicalPath, String Operation, /** @attribute OutAttribute() */ /** @ref */ String strAssemblyName, /** @attribute OutAttribute() */ /** @ref */ String TypeName, /** @attribute OutAttribute() */ /** @ref */ String Error )
- PhysicalPath


ProcessServerTlb は、typelib 内のコンポーネントのための探索ファイルおよび web.config ファイルにエントリを追加し、プロキシをアンマネージ コンポーネントの bin ディレクトリに生成またはコピーします。Operation が "delete" の場合は、コンポーネント エントリが Web.config ファイルおよび Default.disco ファイルから削除されます。
ProcessServerTlb の代わりに AddServerTlb と DeleteServerTlb を使用することをお勧めします。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPublish.ProcessServerTlb メソッドを検索する場合は、下記のリンクをクリックしてください。

- Publish.ProcessServerTlb メソッドのページへのリンク