Skip to content

HookTargetRecords.TargetPrefixInfo Class

Information relevant to Prefix hooks.

C#
public class HookTargetRecords.TargetPrefixInfo

Inheritance object

The local int used for determining the control flow of the method.
See ReturnFlow.

C#
public VariableDefinition ControlFlow { get; }

The temporary local int used for setting the ControlFlow int.

C#
public VariableDefinition TemporaryControlFlow { get; }

Whether or not Prefix control flow has been implemented in the method.

C#
public bool ControlFlowImplemented { get; }

Sets ControlFlowImplemented to true.

C#
public void SetControlFlowImplemented()