ResourceSectionBuilder 类

定义

定义 PE 资源部分生成器的基类。Defines the base class for a PE resource section builder. 派生自 ResourceSectionBuilder,提供本机资源的序列化逻辑。Derive from ResourceSectionBuilder to provide serialization logic for native resources.

public ref class ResourceSectionBuilder abstract
public abstract class ResourceSectionBuilder
type ResourceSectionBuilder = class
Public MustInherit Class ResourceSectionBuilder
继承
ResourceSectionBuilder

构造函数

ResourceSectionBuilder()

初始化 ResourceSectionBuilder 类的新实例。Initializes a new instance of the ResourceSectionBuilder class.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
Serialize(BlobBuilder, SectionLocation)

序列化指定资源。Serializes the specified resource.

ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于