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

IBindType Interface

This interface represents a type that can be bound in a document.

Declaration

interface IBindType {
    // Properties
    readonly ${name}: string;
    readonly ${filename}: string;
}
// This interface is not available in managed environment
// This interface is not available in native environment

IBindType Properties

name

readonly name: string;
// This property is not available in managed environment
// This property is not available in native environment

Specifies type name. Corresponding type must be marked as public.

filename

readonly filename: string;
// This property is not available in managed environment
// This property is not available in native environment

Full path to the structure definition file.