Exemplo n.º 1
0
 public NSSet(UnsafePointer <AnyObject> objects, int count)
 {
 }
Exemplo n.º 2
0
 public NSUUID(UnsafePointer <UInt8> UUIDBytes)
 {
 }
Exemplo n.º 3
0
 public virtual void SetLineDash(UnsafePointer <CGFloat> pattern, int count, CGFloat phase)
 {
 }
Exemplo n.º 4
0
 public virtual void EncodeBytes(UnsafePointer byteaddr, int length)
 {
 }
Exemplo n.º 5
0
 public virtual void AppendBytes(UnsafePointer bytes, int length)
 {
 }
Exemplo n.º 6
0
 public virtual void EncodeValueOfObjCType(UnsafePointer <Int8> type, UnsafePointer at)
 {
 }
Exemplo n.º 7
0
 public virtual void EncodeArrayOfObjCType(UnsafePointer <Int8> type, int count, UnsafePointer at)
 {
 }
Exemplo n.º 8
0
 public virtual void SetGlyphs(UnsafePointer <CGGlyph> glyphs, UnsafePointer <NSGlyphProperty> properties, UnsafePointer <int> characterIndexes, [Optional] UIFont font, NSRange forGlyphRange)
 {
 }
Exemplo n.º 9
0
 public virtual void FillBackgroundRectArray(UnsafePointer <CGRect> rectArray, int count, NSRange forCharacterRange, UIColor color)
 {
 }
Exemplo n.º 10
0
 public NSDictionary(UnsafePointer <AnyObject> objects, UnsafePointer <NSCopying> forKeys, int count)
 {
 }
Exemplo n.º 11
0
 public NSIndexPath(UnsafePointer <int> indexes, int length)
 {
 }
Exemplo n.º 12
0
 public virtual string StringWithFileSystemRepresentation(UnsafePointer <Int8> @string, int length)
 {
     return(default(string));
 }
Exemplo n.º 13
0
 public NSData(UnsafePointer bytes, int length)
 {
 }
Exemplo n.º 14
0
 public virtual int Write(UnsafePointer <UInt8> buffer, int maxLength)
 {
     return(default(int));
 }
Exemplo n.º 15
0
 public virtual void ReplaceObjectsInRange(NSRange range, UnsafePointer <AnyObject> withObjects, int count)
 {
 }
Exemplo n.º 16
0
 public virtual void ShowCGGlyphs(UnsafePointer <CGGlyph> glyphs, UnsafePointer <CGPoint> positions, int count, UIFont font, CGAffineTransform matrix, Dictionary <NSObject, AnyObject> attributes, [Optional] CGContext inContext)
 {
 }
Exemplo n.º 17
0
 public virtual void AddObjects(UnsafePointer <AnyObject> objects, int count)
 {
 }
Exemplo n.º 18
0
 public NSValue(UnsafePointer bytes, UnsafePointer <Int8> objCType)
 {
 }
Exemplo n.º 19
0
 public virtual void DecodeArrayOfObjCType(UnsafePointer <Int8> itemType, int count, UnsafeMutablePointer at)
 {
 }
Exemplo n.º 20
0
 public NSValue(UnsafePointer value, UnsafePointer <Int8> withObjCType, bool NAME_YOUR_PARAMS = false)
 {
 }
Exemplo n.º 21
0
 public virtual void DecodeValueOfObjCType(UnsafePointer <Int8> type, UnsafeMutablePointer at)
 {
 }
Exemplo n.º 22
0
 public NSValue(UnsafePointer pointer)
 {
 }
Exemplo n.º 23
0
 public virtual void EncodeBytes(UnsafePointer <UInt8> bytesp, int length, string forKey)
 {
 }
Exemplo n.º 24
0
 public NSArray(UnsafePointer <AnyObject> objects, int count)
 {
 }
Exemplo n.º 25
0
 public virtual void ReplaceBytesInRange(NSRange range, UnsafePointer withBytes, int length)
 {
 }
Exemplo n.º 26
0
 public static NSURL FileURLWithFileSystemRepresentation(UnsafePointer <Int8> path, bool isDirectory, [Optional] NSURL relativeToURL)
 {
     return(default(NSURL));
 }