C# Class AK.F1.Timing.Service.Configuration.Impl.TypeConversion.IPAddressTypeDescriptionProvider

A System.ComponentModel.TypeDescriptionProvider for System.Net.IPAddress. This class cannot be inherited.
Inheritance: System.ComponentModel.TypeDescriptionProvider
Afficher le fichier Open project: simoneb/ak-f1-timing

Méthodes publiques

Méthode Description
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
Register ( ) : void

Registers this provider with the System.ComponentModel.TypeDescriptor infrastructure.

Private Methods

Méthode Description
IPAddressTypeDescriptionProvider ( ) : System

Method Details

GetTypeDescriptor() public méthode

public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
Résultat ICustomTypeDescriptor

Register() public static méthode

Registers this provider with the System.ComponentModel.TypeDescriptor infrastructure.
public static Register ( ) : void
Résultat void