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

PC.IBytePattern Interface

interface PC.IBytePattern {
    // Properties
    ${data}: ${IPattern};
    ${type}: ${DisplayAs};
    ${group}: ${GroupBy};
}
// This interface is not available in managed environment
// This interface is not available in native environment

PC.IBytePattern Properties

data

data: ${IPattern};
// This property is not available in managed environment
// This property is not available in native environment

Pattern object to match. May contain wildcards.

type

type: ${DisplayAs};
// This property is not available in managed environment
// This property is not available in native environment

Type of the pattern values. Used when pattern editor displays the pattern.

group

group: ${GroupBy};
// This property is not available in managed environment
// This property is not available in native environment

Grouping mode.