C# Class Monobjc.Tools.External.InstallNameTool

Wrapper class around the install_name_tool command line tool.
Datei anzeigen Open project: Monobjc/monobjc-tools

Private Properties

Property Type Description

Public Methods

Method Description
ChangeDependency ( String library, String oldDependency, String newDependency, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void

Changes a dependency for the given library.

ChangeId ( String library, String newId, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void

Change, TextWriter outputWriter = null, TextWriter errorWriter = null)s the id of the given library.

Method Details

ChangeDependency() public static method

Changes a dependency for the given library.
public static ChangeDependency ( String library, String oldDependency, String newDependency, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void
library String The library.
oldDependency String The old dependency.
newDependency String The new dependency.
outputWriter System.IO.TextWriter
errorWriter System.IO.TextWriter
return void

ChangeId() public static method

Change, TextWriter outputWriter = null, TextWriter errorWriter = null)s the id of the given library.
public static ChangeId ( String library, String newId, TextWriter outputWriter = null, TextWriter errorWriter = null ) : void
library String The library.
newId String The new id.
outputWriter System.IO.TextWriter
errorWriter System.IO.TextWriter
return void