PEAPI

PEFile.AddFile Method 

[Visual Basic]
Public Function AddFile( _
   ByVal fName As String, _
   ByVal hashBytes As Byte(), _
   ByVal hasMetaData As Boolean, _
   ByVal entryPoint As Boolean _
) As PEAPI.FileRef
[C#]
public FileRef AddFile(
   string fName,
   byte[] hashBytes,
   bool hasMetaData,
   bool entryPoint
);

See Also

PEFile Class | PEFile Members | PEAPI Namespace