IServiceTypeLookUp.GetSvcInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- svcId
- Guid
- svcName
- String
- svcAssemblyName
- String
- svcAssemblyVersion
- String
- svcAssemblyCulture
- String
- svcAssemblyPublicKeyToken
- String