Method Open
Open(String)
Opens a TargetObjectFile from a path
Declaration
public static TargetObjectFile Open(string path)
Parameters
public static TargetObjectFile Open(string path)
String | path | path to the object file binary |
Returns
TargetObjectFile | new object file |
Exceptions
IOException | File IO failures |