C# 클래스 MonoDevelop.Monobjc.Tracking.XcodeHandler

상속: ProjectHandler
파일 보기 프로젝트 열기: Monobjc/monobjc-monodevelop

Private Properties

프로퍼티 타입 설명
AddClasses void
AddFrameworks void
AddProjectReferences void
AddResources void
BuildXcodeProject void
ClearClasses void
ClearFrameworks void
ClearResources void
GenerateSurrogateSources void
UpdateClasses void
UpdateResources void
XcodeHandler System

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
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.

메소드 상세

ClearXcodeProject() 공개 메소드

Clears the Xcode project.
public ClearXcodeProject ( ) : void
리턴 void

Dispose() 공개 메소드

Clean up the handler
public Dispose ( ) : void
리턴 void

HandleApplicationFocusIn() 공개 정적인 메소드

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

XcodeHandler() 공개 메소드

Initializes a new instance of the XcodeHandler class.
public XcodeHandler ( MonobjcProject project ) : System
project MonobjcProject The project.
리턴 System