ActivatedServiceTypeEntry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ActivatedServiceTypeEntry クラスの新しいインスタンスを初期化します。
オーバーロード
ActivatedServiceTypeEntry(Type) |
指定した ActivatedServiceTypeEntry を使用して、Type クラスの新しいインスタンスを初期化します。 |
ActivatedServiceTypeEntry(String, String) |
指定した型名とアセンブリ名を使用して、ActivatedServiceTypeEntry クラスの新しいインスタンスを初期化します。 |
ActivatedServiceTypeEntry(Type)
指定した ActivatedServiceTypeEntry を使用して、Type クラスの新しいインスタンスを初期化します。
public:
ActivatedServiceTypeEntry(Type ^ type);
public ActivatedServiceTypeEntry (Type type);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : Type -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (type As Type)
パラメーター
適用対象
ActivatedServiceTypeEntry(String, String)
指定した型名とアセンブリ名を使用して、ActivatedServiceTypeEntry クラスの新しいインスタンスを初期化します。
public:
ActivatedServiceTypeEntry(System::String ^ typeName, System::String ^ assemblyName);
public ActivatedServiceTypeEntry (string typeName, string assemblyName);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : string * string -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (typeName As String, assemblyName As String)
パラメーター
- typeName
- String
クライアント側でアクティブ化されるサービス型の型名。
- assemblyName
- String
クライアント側でアクティブ化されるサービス型のアセンブリ名。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET