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
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

공개 메소드들

메소드 설명
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