Property | 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 |
Method | Description | |
---|---|---|
ClearXcodeProject ( ) : void |
Clears the Xcode project.
|
|
Dispose ( ) : void |
Clean up the handler
|
|
HandleApplicationFocusIn ( Object sender, |
Handles the application focus in.
|
|
XcodeHandler ( MonobjcProject project ) : System |
Initializes a new instance of the XcodeHandler class.
|
Method | 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 |
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.
|
public static HandleApplicationFocusIn ( Object sender, |
||
sender | Object | the sender |
e | the event | |
return | void |
public XcodeHandler ( MonobjcProject project ) : System | ||
project | MonobjcProject | The project. |
return | System |