Child Property Type Description ProviderGet Type Descriptor(Type, Object) Method
This gets a custom type descriptor for the given type and object
Definition
Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
An ICustomTypeDescriptor that can provide metadata for the type
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override ICustomTypeDescriptor GetTypeDescriptor(
Type objectType,
Object instance
)VB
Public Overrides Function GetTypeDescriptor (
objectType As Type,
instance As Object
) As ICustomTypeDescriptorC++
public:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
Type^ objectType,
Object^ instance
) overrideF#
abstract GetTypeDescriptor :
objectType : Type *
instance : Object -> ICustomTypeDescriptor
override GetTypeDescriptor :
objectType : Type *
instance : Object -> ICustomTypeDescriptor Parameters
- objectType Type
- The type of object for which to retrieve the type descriptor.
- instance Object
- An instance of the type. This may be null if not instance was passed to the type descriptor.
Return Value
ICustomTypeDescriptorAn ICustomTypeDescriptor that can provide metadata for the type