IServiceTypeLookUp.GetSvcInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
void GetSvcInfo(Guid svcId, [Runtime::InteropServices::Out] System::String ^ % svcName, [Runtime::InteropServices::Out] System::String ^ % svcAssemblyName, [Runtime::InteropServices::Out] System::String ^ % svcAssemblyVersion, [Runtime::InteropServices::Out] System::String ^ % svcAssemblyCulture, [Runtime::InteropServices::Out] System::String ^ % svcAssemblyPublicKeyToken);
public void GetSvcInfo (Guid svcId, out string svcName, out string svcAssemblyName, out string svcAssemblyVersion, out string svcAssemblyCulture, out string svcAssemblyPublicKeyToken);
abstract member GetSvcInfo : Guid * string * string * string * string * string -> unit
Public Sub GetSvcInfo (svcId As Guid, ByRef svcName As String, ByRef svcAssemblyName As String, ByRef svcAssemblyVersion As String, ByRef svcAssemblyCulture As String, ByRef svcAssemblyPublicKeyToken As String)
參數
- svcId
- Guid
- svcName
- String
- svcAssemblyName
- String
- svcAssemblyVersion
- String
- svcAssemblyCulture
- String
- svcAssemblyPublicKeyToken
- String