Example #1
0
        unsafe public void windowWillStartLiveResize_(NObjective.RuntimeObject resize)
        {
            RuntimeObject ___occuredException;

            NativeMethods.windowWillStartLiveResize_(Handle, CachedSelectors.windowWillStartLiveResize_, out ___occuredException, sizeof(NObjective.RuntimeObject), resize);
            if (___occuredException != RuntimeObject.Null)
            {
                throw RuntimeException.Create(___occuredException);
            }
        }
Example #2
0
        unsafe public NSHIObject initWithCoder_(NObjective.RuntimeObject coder)
        {
            RuntimeObject ___occuredException;
            var           ___result = NativeMethods.initWithCoder_(Handle, CachedSelectors.initWithCoder_, out ___occuredException, sizeof(NObjective.RuntimeObject), coder);

            if (___occuredException != RuntimeObject.Null)
            {
                throw RuntimeException.Create(___occuredException);
            }
            return(new NSHIObject(___result));
        }
Example #3
0
 public static extern IntPtr initWithCoder_(RuntimeObject ___object, Selector ___selector, out RuntimeObject ___occuredException, int ___stackSize, NObjective.RuntimeObject coder);
Example #4
0
 public NSHIObject(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }
Example #5
0
 public NSKeyedUnarchiverWrapper(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }
Example #6
0
 public NSCFString(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }
Example #7
0
 public NSCFType(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }
Example #8
0
 public static extern void windowWillStartLiveResize_(RuntimeObject ___object, Selector ___selector, out RuntimeObject ___occuredException, int ___stackSize, NObjective.RuntimeObject resize);
Example #9
0
 public CocoaWindowController(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }
Example #10
0
 public CTGlyphStorageInterface(IntPtr value)
 {
     this.Handle = new RuntimeObject(value);
 }