C# Class FxDetector.ModuleEntryConverter

A System.ComponentModel.TypeConverter allowing to display objects of type FxDetector.NativeMethods.MODULEENTRY32 in a System.Windows.Forms.PropertyGrid.
Inheritance: System.ComponentModel.ExpandableObjectConverter
显示文件 Open project: odalet/Hawkeye2 Class Usage Examples

Public Methods

Method Description
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

Method Details

GetProperties() public method

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool