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