Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public override ICustomTypeDescriptor GetTypeDescriptor(
	Type objectType,
	Object instance
)
Visual Basic
Public Overrides Function GetTypeDescriptor ( 
	objectType As Type,
	instance As Object
) As ICustomTypeDescriptor
Visual C++
public:
virtual ICustomTypeDescriptor^ GetTypeDescriptor(
	Type^ objectType, 
	Object^ instance
) override
F#
abstract GetTypeDescriptor : 
        objectType : Type * 
        instance : Object -> ICustomTypeDescriptor 
override GetTypeDescriptor : 
        objectType : Type * 
        instance : Object -> ICustomTypeDescriptor 

Parameters

objectType
Type: System..::..Type
instance
Type: System..::..Object

Return Value

Type: ICustomTypeDescriptor

See Also