Simulink.CodeImporter.ParseInfo class
Package: Simulink.CodeImporter
Information about parsed custom code
Description
The Simulink.CodeImporter.ParseInfo
class has read-only properties that
store more information about the parsed custom code. Parsing needs to be successful to obtain
information regarding custom code.
The Simulink.CodeImporter.ParseInfo
class is a handle
class.
Creation
When you create an object of class Simulink.CodeImporter
, an object of
class Simulink.CodeImporter.ParseInfo
is automatically created as the
ParseInfo
property of that object. Do not create an object of class
Simulink.CodeImporter.ParseInfo
directly.