Class DiscoveryClientAssemblyAttribute
Identify assemblies containing ServiceInfoCreators
[AttributeUsage(AttributeTargets.Assembly)]
public sealed class DiscoveryClientAssemblyAttribute : AssemblyContainsTypeAttribute
- Inheritance
-
DiscoveryClientAssemblyAttribute
- Inherited Members
Constructors
DiscoveryClientAssemblyAttribute(Type)
Initializes a new instance of the DiscoveryClientAssemblyAttribute class. Used to identify assemblies that contain a discovery client
public DiscoveryClientAssemblyAttribute(Type discoveryClientExtensionType)
Parameters
discoveryClientExtensionType
Type