C# Класс AK.F1.Timing.Service.Configuration.Impl.TypeConversion.IPAddressTypeDescriptionProvider

A System.ComponentModel.TypeDescriptionProvider for System.Net.IPAddress. This class cannot be inherited.
Наследование: System.ComponentModel.TypeDescriptionProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
Register ( ) : void

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

Приватные методы

Метод Описание
IPAddressTypeDescriptionProvider ( ) : System

Описание методов

GetTypeDescriptor() публичный Метод

public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type
instance object
Результат ICustomTypeDescriptor

Register() публичный статический Метод

Registers this provider with the System.ComponentModel.TypeDescriptor infrastructure.
public static Register ( ) : void
Результат void