C# Class MonoDevelop.Monobjc.Tracking.XcodeHandler

Inheritance: ProjectHandler
Afficher le fichier Open project: Monobjc/monobjc-monodevelop

Private Properties

Свойство Type Description
AddClasses void
AddFrameworks void
AddProjectReferences void
AddResources void
BuildXcodeProject void
ClearClasses void
ClearFrameworks void
ClearResources void
GenerateSurrogateSources void
UpdateClasses void
UpdateResources void
XcodeHandler System

Méthodes publiques

Méthode Description
ClearXcodeProject ( ) : void

Clears the Xcode project.

Dispose ( ) : void

Clean up the handler

HandleApplicationFocusIn ( Object sender, EventArgs e ) : void

Handles the application focus in.

XcodeHandler ( MonobjcProject project ) : System

Initializes a new instance of the XcodeHandler class.

Private Methods

Méthode Description
AddClasses ( ) : void

Adds the surrogate classes to the project.

AddFrameworks ( ) : void

Adds the frameworks to the project.

AddProjectReferences ( ) : void

Adds the project references to the project.

AddResources ( ) : void

Adds the resources to the project.

BuildXcodeProject ( ) : void

Builds the Xcode project and all its parts.

ClearClasses ( ) : void

Clears the classes from the project.

ClearFrameworks ( ) : void

Clears the frameworks from the project.

ClearResources ( ) : void

Clears the resources from the project.

GenerateSurrogateSources ( IEnumerable types ) : void

Generates the surrogate sources for the given types.

UpdateClasses ( ) : void

Updates the classes in the project.

UpdateResources ( ) : void

Updates the resources in the project.

XcodeHandler ( ) : System

Initializes the MonoDevelop.Monobjc.Tracking.XcodeHandler class.

Method Details

ClearXcodeProject() public méthode

Clears the Xcode project.
public ClearXcodeProject ( ) : void
Résultat void

Dispose() public méthode

Clean up the handler
public Dispose ( ) : void
Résultat void

HandleApplicationFocusIn() public static méthode

Handles the application focus in.
public static HandleApplicationFocusIn ( Object sender, EventArgs e ) : void
sender Object the sender
e System.EventArgs the event
Résultat void

XcodeHandler() public méthode

Initializes a new instance of the XcodeHandler class.
public XcodeHandler ( MonobjcProject project ) : System
project MonobjcProject The project.
Résultat System