IReflectClass.

EnsureCanBeInstantiated() Method

Summary

Calling this method may change the internal state of the class, even if a usable constructor has been found on earlier invocations.

Syntax

bool EnsureCanBeInstantiated()

Remarks

Calling this method may change the internal state of the class, even if a usable constructor has been found on earlier invocations.

Return Value

Type Description
bool true, if instances of this class can be created, false otherwise