Interface IWin32Resource
- Namespace
- AsmResolver.PE.Win32Resources
- Assembly
- AsmResolver.PE.Win32Resources.dll
Provides a high level view of a native win32 resource that can be stored in the resources data directory of a portable executable (PE) image.
public interface IWin32Resource
Methods
InsertIntoDirectory(ResourceDirectory)
Serializes the win32 resource to the provided root win32 resource data directory.
void InsertIntoDirectory(ResourceDirectory rootDirectory)
Parameters
rootDirectoryResourceDirectoryThe root directory to submit the changes to.