RegistrationDiagnosticsInfo public struct RegistrationDiagnosticsInfo Details about a registration. Documentation Code public readonly Type ImplementationType The implementation type. public readonly object Name The registration name. public readonly Type ServiceType The service type. public RegistrationDiagnosticsInfo(Type serviceType, Type implementationType, object name) Constructs a RegistrationDiagnosticsInfo.