Gets metadata (the methods, properties, and parameters of a component) associated with an object that is deployed on the CFML server.
getMetadata(value)
returns any
Name | Type | Required | Default | Description |
---|---|---|---|---|
value | any | Yes | A ColdFusion component, user-defined function, or ColdFusion query. Within a CFC, the parameter can also specify the this scope. |
CF9+
writeDump(getMetadata(new Query()));