InstanceDescriptor::Invoke Method ()

 

Invokes this instance descriptor and returns the object the descriptor describes.

Namespace:   System.ComponentModel.Design.Serialization
Assembly:  System (in System.dll)

public:
Object^ Invoke()

Return Value

Type: System::Object^

The object this instance descriptor describes.

This method creates a new instance of the object indicated by the MemberInfo property, using the specified arguments to create that particular type of instance.

.NET Framework
Available since 1.1
Return to top
Show: