C# Class OfficialPlugins.VariableDisplay.TypeDescriptorContext

Inheritance: ITypeDescriptorContext
ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
GetService ( Type serviceType ) : object
OnComponentChanged ( ) : void
OnComponentChanging ( ) : bool
TypeDescriptorContext ( string name ) : System

Method Details

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

OnComponentChanged() public method

public OnComponentChanged ( ) : void
return void

OnComponentChanging() public method

public OnComponentChanging ( ) : bool
return bool

TypeDescriptorContext() public method

public TypeDescriptorContext ( string name ) : System
name string
return System