HookTargetRecords.TargetPrefixInfo Class
Definition
Section titled “Definition”Information relevant to Prefix hooks.
public class HookTargetRecords.TargetPrefixInfoInheritance object
Properties
Section titled “Properties”ControlFlow
Section titled “ControlFlow”The local int used for determining the control flow of the method.
See ReturnFlow.
public VariableDefinition ControlFlow { get; }TemporaryControlFlow
Section titled “TemporaryControlFlow”The temporary local int used for setting the ControlFlow int.
public VariableDefinition TemporaryControlFlow { get; }ControlFlowImplemented
Section titled “ControlFlowImplemented”Whether or not Prefix control flow has been implemented in the method.
public bool ControlFlowImplemented { get; }Methods
Section titled “Methods”SetControlFlowImplemented()
Section titled “SetControlFlowImplemented()”Sets ControlFlowImplemented to true.
public void SetControlFlowImplemented()