Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

PC.IRule Interface

interface PC.IRule extends ${PC.IGenericRule} {
    // Properties
    ${rule}: ${PC.IRangeRule} | ${PC.IMatchRule} | ${PC.IValueRangeRule};
}
// This interface is not available in managed environment
// This interface is not available in native environment

PC.IRule Properties

rule

rule: ${PC.IRangeRule} | ${PC.IMatchRule} | ${PC.IValueRangeRule};
// This property is not available in managed environment
// This property is not available in native environment

Rule definition. Can be a match rule, range rule or a value range rule.