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