C# Class Monobjc.Tools.Utilities.NativeContext

Afficher le fichier Open project: Monobjc/monobjc-tools Class Usage Examples

Méthodes publiques

Méthode Description
NativeContext ( MacOSVersion version, MacOSArchitecture architecture ) : System
WriteHeader ( String directory ) : void

Writes the support header.

WriteLibrary ( String directory ) : void

Writes the support library.

Method Details

NativeContext() public méthode

public NativeContext ( MacOSVersion version, MacOSArchitecture architecture ) : System
version MacOSVersion
architecture MacOSArchitecture
Résultat System

WriteHeader() public méthode

Writes the support header.
public WriteHeader ( String directory ) : void
directory String The directory.
Résultat void

WriteLibrary() public méthode

Writes the support library.
public WriteLibrary ( String directory ) : void
directory String The directory.
Résultat void