MonobjcMonobjc Documented Class Library
IMKServer Constructor
NamespacesMonobjc.InputMethodKitIMKServerIMKServer()()()()
Members
IconMemberDescription
IMKServer(NSString, NSString)

Creates and returns a server object from property list information contained in the provided bundle.

Original signature is '- (id)initWithName:(NSString*)name bundleIdentifier:(NSString*)bundleIdentifier'

Available in Mac OS X v10.5 and later.


IMKServer(NSString, Class, Class)

Creates and returns a server object initialized with the provided parameters.

Original signature is '- (id)initWithName:(NSString*)name controllerClass:(Class)controllerClassID delegateClass:(Class)delegateClassID'

Available in Mac OS X v10.5 and later.


IMKServer()()()()
Initializes a new instance of the IMKServer class.

IMKServer(IntPtr)
Initializes a new instance of the IMKServer class.

IMKServer(String, Object, array<Object>[]()[][])
Initializes a new instance of the IMKServer class.

Assembly: Monobjc.InputMethodKit (Module: Monobjc.InputMethodKit)