Simulink.ModelReference.ProtectedModel.HookInfo
Files and exported symbols generated by creation of protected model
Description
Information about files and symbols generated when creating a protected model.
You can use this information for postprocessing of the generated files prior to
packaging. To access the properties of this class, create a postprocessing function that
accepts a Simulink.ModelReference.ProtectedModel.HookInfo
object as input. When you
protect your model, use the ‘CustomPostProcessingHook
’ option of the
Simulink.ModelReference.protect
function to
specify the postprocessing function. Prior to packaging the protected model, the
postprocessing function is called with the Simulink.ModelReference.ProtectedModel.HookInfo
from the protected model
as input.