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
Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
Register ( ) : void

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

Private Methods

Method Description
IPAddressTypeDescriptionProvider ( ) : System

Method Details

GetTypeDescriptor() public method

public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
return ICustomTypeDescriptor

Register() public static method

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