CoffHeader.SizeOfOptionalHeader 属性

定义

获取可选标头的大小,它是可执行文件所必需的,但对象文件不需要它。Gets the size of the optional header, which is required for executable files but not for object files. 对于对象文件,此值应为零。This value should be zero for an object file.

public:
 property short SizeOfOptionalHeader { short get(); };
public short SizeOfOptionalHeader { get; }
member this.SizeOfOptionalHeader : int16
Public ReadOnly Property SizeOfOptionalHeader As Short

属性值

Int16

可选标头的大小。The size of the optional header.

适用于