Method | Description | |
---|---|---|
GenericTypeDescriptionProvider ( ICustomTypeDescriptor customTypeDescriptor ) : System |
Initializes a new instance of the GenericTypeDescriptionProvider class.
|
|
GetExtendedTypeDescriptor ( object instance ) : ICustomTypeDescriptor |
Gets an extended custom type descriptor for the given object.
|
|
GetTypeDescriptor ( |
Gets a custom type descriptor for the given type and object.
|
public GenericTypeDescriptionProvider ( ICustomTypeDescriptor customTypeDescriptor ) : System | ||
customTypeDescriptor | ICustomTypeDescriptor |
/// The custom type descriptor returned by |
return | System |
public GetExtendedTypeDescriptor ( object instance ) : ICustomTypeDescriptor | ||
instance | object | The object for which to get the extended type descriptor. |
return | ICustomTypeDescriptor |
public GetTypeDescriptor ( |
||
objectType | The type of object for which to retrieve the type descriptor. | |
instance | object |
/// An instance of the type. Can be null if no instance was passed to the
/// |
return | ICustomTypeDescriptor |