HookTargetRecords.HookTargetInfo Class
Definition
Section titled “Definition”Information about a hook target method.
public class HookTargetRecords.HookTargetInfoInheritance object
Properties
Section titled “Properties”PrefixInfo
Section titled “PrefixInfo”Information relevant to Prefix hooks.
public HookTargetRecords.TargetPrefixInfo PrefixInfo { get; }PostfixInfo
Section titled “PostfixInfo”Information relevant to Postfix hooks.
public HookTargetRecords.TargetPostfixInfo PostfixInfo { get; }ReturnValue
Section titled “ReturnValue”The local variable containing the return value of the method.
public VariableDefinition? ReturnValue { get; }OriginalInstructions
Section titled “OriginalInstructions”A list of the original instructions before the method was manipulated.
public ReadOnlyCollection<Instruction> OriginalInstructions { get; }Remarks
Section titled “Remarks”This list has the same instruction instances as the current MonoMod.Cil.ILContext, meaning some may have been modified.