Method | Description | |
---|---|---|
AddEditorTable ( |
||
CreateDesigner ( IComponent component, |
||
GetAttributes ( |
||
GetAttributes ( object component ) : |
||
GetAttributes ( object component, bool noCustomTypeDesc ) : |
||
GetClassName ( object component ) : string | ||
GetClassName ( object component, bool noCustomTypeDesc ) : string | ||
GetComponentName ( object component ) : string | ||
GetComponentName ( object component, bool noCustomTypeDesc ) : string | ||
GetConverter ( |
||
GetConverter ( object component ) : |
||
GetConverter ( object component, bool noCustomTypeDesc ) : |
||
GetDefaultEvent ( |
||
GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor | ||
GetDefaultEvent ( object component, bool noCustomTypeDesc ) : System.ComponentModel.EventDescriptor | ||
GetDefaultProperty ( |
||
GetDefaultProperty ( object component ) : |
||
GetDefaultProperty ( object component, bool noCustomTypeDesc ) : |
||
GetEditor ( |
||
GetEditor ( object component, |
||
GetEditor ( object component, |
||
GetEvents ( |
||
GetEvents ( |
||
GetEvents ( object component ) : |
||
GetEvents ( object component, |
||
GetEvents ( object component, |
||
GetEvents ( object component, bool noCustomTypeDesc ) : |
||
GetProperties ( |
||
GetProperties ( |
||
GetProperties ( object component ) : |
||
GetProperties ( object component, |
||
GetProperties ( object component, |
||
GetProperties ( object component, bool noCustomTypeDesc ) : |
||
Refresh ( |
||
Refresh ( |
||
Refresh ( |
||
Refresh ( object component ) : void | ||
SortDescriptorArray ( IList infos ) : void |
Method | Description | |
---|---|---|
CreateEvent ( |
||
CreateEvent ( |
||
CreateProperty ( |
||
CreateProperty ( |
||
DebugTypeDescriptor ( ) : System.Runtime.Serialization.Formatters | ||
GetCustomAttributes ( |
||
GetCustomAttributes ( |
||
GetEditorTable ( |
||
GetEntry ( object component, |
public static AddEditorTable ( |
||
editorBaseType | ||
table | ||
return | void |
public static CreateDesigner ( IComponent component, |
||
component | IComponent | |
designerBaseType | ||
return | IDesigner |
public static GetAttributes ( |
||
componentType | ||
return |
public static GetAttributes ( object component ) : |
||
component | object | |
return |
public static GetAttributes ( object component, bool noCustomTypeDesc ) : |
||
component | object | |
noCustomTypeDesc | bool | |
return |
public static GetClassName ( object component ) : string | ||
component | object | |
return | string |
public static GetClassName ( object component, bool noCustomTypeDesc ) : string | ||
component | object | |
noCustomTypeDesc | bool | |
return | string |
public static GetComponentName ( object component ) : string | ||
component | object | |
return | string |
public static GetComponentName ( object component, bool noCustomTypeDesc ) : string | ||
component | object | |
noCustomTypeDesc | bool | |
return | string |
public static GetConverter ( |
||
type | ||
return |
public static GetConverter ( object component ) : |
||
component | object | |
return |
public static GetConverter ( object component, bool noCustomTypeDesc ) : |
||
component | object | |
noCustomTypeDesc | bool | |
return |
public static GetDefaultEvent ( |
||
componentType | ||
return | System.ComponentModel.EventDescriptor |
public static GetDefaultEvent ( object component ) : System.ComponentModel.EventDescriptor | ||
component | object | |
return | System.ComponentModel.EventDescriptor |
public static GetDefaultEvent ( object component, bool noCustomTypeDesc ) : System.ComponentModel.EventDescriptor | ||
component | object | |
noCustomTypeDesc | bool | |
return | System.ComponentModel.EventDescriptor |
public static GetDefaultProperty ( |
||
componentType | ||
return |
public static GetDefaultProperty ( object component ) : |
||
component | object | |
return |
public static GetDefaultProperty ( object component, bool noCustomTypeDesc ) : |
||
component | object | |
noCustomTypeDesc | bool | |
return |
public static GetEditor ( |
||
type | ||
editorBaseType | ||
return | object |
public static GetEditor ( object component, |
||
component | object | |
editorBaseType | ||
return | object |
public static GetEditor ( object component, |
||
component | object | |
editorBaseType | ||
noCustomTypeDesc | bool | |
return | object |
public static GetEvents ( |
||
componentType | ||
return |
public static GetEvents ( |
||
componentType | ||
attributes | ||
return |
public static GetEvents ( object component ) : |
||
component | object | |
return |
public static GetEvents ( object component, |
||
component | object | |
attributes | ||
return |
public static GetEvents ( object component, |
||
component | object | |
attributes | ||
noCustomTypeDesc | bool | |
return |
public static GetEvents ( object component, bool noCustomTypeDesc ) : |
||
component | object | |
noCustomTypeDesc | bool | |
return |
public static GetProperties ( |
||
componentType | ||
return |
public static GetProperties ( |
||
componentType | ||
attributes | ||
return |
public static GetProperties ( object component ) : |
||
component | object | |
return |
public static GetProperties ( object component, |
||
component | object | |
attributes | ||
return |
public static GetProperties ( object component, |
||
component | object | |
attributes | ||
noCustomTypeDesc | bool | |
return |
public static GetProperties ( object component, bool noCustomTypeDesc ) : |
||
component | object | |
noCustomTypeDesc | bool | |
return |
public static Refresh ( |
||
assembly | ||
return | void |
public static Refresh ( |
||
module | ||
return | void |
public static Refresh ( |
||
type | ||
return | void |
public static Refresh ( object component ) : void | ||
component | object | |
return | void |
public static SortDescriptorArray ( IList infos ) : void | ||
infos | IList | |
return | void |