C# 클래스 OfficialPlugins.VariableDisplay.TypeDescriptorContext

상속: ITypeDescriptorContext
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
GetService ( Type serviceType ) : object
OnComponentChanged ( ) : void
OnComponentChanging ( ) : bool
TypeDescriptorContext ( string name ) : System

메소드 상세

GetService() 공개 메소드

public GetService ( Type serviceType ) : object
serviceType System.Type
리턴 object

OnComponentChanged() 공개 메소드

public OnComponentChanged ( ) : void
리턴 void

OnComponentChanging() 공개 메소드

public OnComponentChanging ( ) : bool
리턴 bool

TypeDescriptorContext() 공개 메소드

public TypeDescriptorContext ( string name ) : System
name string
리턴 System