Exemplo n.º 1
0
 public virtual bool GetInputStream(UnsafeMutablePointer <NSInputStream> inputStream, UnsafeMutablePointer <NSOutputStream> outputStream)
 {
     return(default(bool));
 }
Exemplo n.º 2
0
 public virtual UnsafePointer <UInt8> DecodeBytesForKey(string key, UnsafeMutablePointer <int> returnedLength)
 {
     return(default(UnsafePointer <UInt8>));
 }
Exemplo n.º 3
0
 public virtual void DecodeValueOfObjCType(UnsafePointer <Int8> type, UnsafeMutablePointer at)
 {
 }
Exemplo n.º 4
0
 public virtual void AddPointer(UnsafeMutablePointer pointer)
 {
 }
Exemplo n.º 5
0
 public virtual string UnitStringFromKilograms(Double numberInKilograms, UnsafeMutablePointer <NSMassFormatterUnit> usedUnit)
 {
     return(default(string));
 }
Exemplo n.º 6
0
 public virtual void AddObserver(NSObject observer, string forKeyPath, NSKeyValueObservingOptions options, UnsafeMutablePointer context)
 {
 }
Exemplo n.º 7
0
 public virtual string UnitStringFromMeters(Double numberInMeters, UnsafeMutablePointer <NSLengthFormatterUnit> usedUnit)
 {
     return(default(string));
 }
Exemplo n.º 8
0
 public virtual void GetFirstUnlaidCharacterIndex(UnsafeMutablePointer <int> charIndex, UnsafeMutablePointer <int> glyphIndex)
 {
 }
Exemplo n.º 9
0
 public virtual int CharacterIndexForPoint(CGPoint point, NSTextContainer inTextContainer, UnsafeMutablePointer <CGFloat> fractionOfDistanceBetweenInsertionPoints)
 {
     return(default(int));
 }
Exemplo n.º 10
0
 public virtual int GetGlyphsInRange(NSRange glyphRange, UnsafeMutablePointer <CGGlyph> glyphs, UnsafeMutablePointer <NSGlyphProperty> properties, UnsafeMutablePointer <int> characterIndexes, UnsafeMutablePointer <UInt8> bidiLevels)
 {
     return(default(int));
 }
Exemplo n.º 11
0
 public virtual CGGlyph GlyphAtIndex(int glyphIndex, UnsafeMutablePointer <ObjCBool> isValidIndex)
 {
     return(default(CGGlyph));
 }
Exemplo n.º 12
0
 public virtual bool GetBuffer(UnsafeMutablePointer <UnsafeMutablePointer <UInt8> > buffer, UnsafeMutablePointer <int> length)
 {
     return(default(bool));
 }
Exemplo n.º 13
0
 public virtual int Read(UnsafeMutablePointer <UInt8> buffer, int maxLength)
 {
     return(default(int));
 }
Exemplo n.º 14
0
 public virtual int GetIndexes(UnsafeMutablePointer <int> indexBuffer, int maxCount, NSRangePointer inIndexRange)
 {
     return(default(int));
 }
Exemplo n.º 15
0
 public virtual void SortUsingFunction(CFunctionPointer <Func <AnyObject, AnyObject, UnsafeMutablePointer, int> > compare, UnsafeMutablePointer context)
 {
 }
Exemplo n.º 16
0
 public virtual int GetLineFragmentInsertionPointsForCharacterAtIndex(int charIndex, bool alternatePositions, bool inDisplayOrder, UnsafeMutablePointer <CGFloat> positions, UnsafeMutablePointer <int> characterIndexes)
 {
     return(default(int));
 }
Exemplo n.º 17
0
 public virtual void GetLineDash(UnsafeMutablePointer <CGFloat> pattern, UnsafeMutablePointer <int> count, UnsafeMutablePointer <CGFloat> phase)
 {
 }
Exemplo n.º 18
0
 public virtual int GlyphIndexForPoint(CGPoint point, NSTextContainer inTextContainer, UnsafeMutablePointer <CGFloat> fractionOfDistanceThroughGlyph)
 {
     return(default(int));
 }
Exemplo n.º 19
0
 public virtual void RemoveObserver(NSObject observer, string forKeyPath, UnsafeMutablePointer context)
 {
 }
Exemplo n.º 20
0
 public virtual bool GetObjectValue(AutoreleasingUnsafeMutablePointer <AnyObject> anObject, string forString, UnsafeMutablePointer <NSRange> range, NSErrorPointer error)
 {
     return(default(bool));
 }
Exemplo n.º 21
0
 public virtual void ReplacePointerAtIndex(int index, UnsafeMutablePointer withPointer)
 {
 }
Exemplo n.º 22
0
 public virtual void GetValue(UnsafeMutablePointer buffer)
 {
 }
Exemplo n.º 23
0
 public virtual void InsertPointer(UnsafeMutablePointer item, int atIndex)
 {
 }
Exemplo n.º 24
0
 public virtual AnyObject[] SortedArrayUsingFunction(CFunctionPointer <Func <AnyObject, AnyObject, UnsafeMutablePointer, int> > comparator, UnsafeMutablePointer context, [Optional] NSData hint)
 {
     return(default(AnyObject[]));
 }
Exemplo n.º 25
0
 public virtual void DecodeArrayOfObjCType(UnsafePointer <Int8> itemType, int count, UnsafeMutablePointer at)
 {
 }
Exemplo n.º 26
0
 public virtual void RemoveObserver(NSObject observer, NSIndexSet fromObjectsAtIndexes, string forKeyPath, UnsafeMutablePointer context)
 {
 }
Exemplo n.º 27
0
 public virtual UnsafeMutablePointer DecodeBytesWithReturnedLength(UnsafeMutablePointer <int> lengthp)
 {
     return(default(UnsafeMutablePointer));
 }
Exemplo n.º 28
0
 public virtual void AddObserver(NSObject anObserver, NSIndexSet toObjectsAtIndexes, string forKeyPath, NSKeyValueObservingOptions options, UnsafeMutablePointer context)
 {
 }
Exemplo n.º 29
0
 public virtual bool RangeOfUnit(NSCalendarUnit unit, AutoreleasingUnsafeMutablePointer <NSDate> startDate, UnsafeMutablePointer <NSTimeInterval> interval, NSDate forDate)
 {
     return(default(bool));
 }
Exemplo n.º 30
0
 public virtual string UnitStringFromJoules(Double numberInJoules, UnsafeMutablePointer <NSEnergyFormatterUnit> usedUnit)
 {
     return(default(string));
 }