ResourceSectionBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the base class for a PE resource section builder. 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
- Inheritance
-
ResourceSectionBuilder
Constructors
ResourceSectionBuilder() |
Initializes a new instance of the ResourceSectionBuilder class. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Serialize(BlobBuilder, SectionLocation) |
Serializes the specified resource. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |