Parameters
- method
 - This method.
 - createdTypeFullName
 - The NDepend.CodeModel.ICodeElement.FullName of the instantiated type.
The string createdTypeFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several types are matched by createdTypeFullName, this method has a creates an instance of any behavior. 
Return Value
createdType being a NDepend.CodeModel.IType whose NDepend.CodeModel.ICodeElement.FullName is createdTypeFullName: 
Returns true if method is calling, directly or indirectly, a constructor of createdType, otherwise returns false.
Returns true if method is calling, directly or indirectly, a constructor of createdType, otherwise returns false.
