コード例 #1
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEDeleteParam (ref AppleEvent evt, AEKeyword keyword);
コード例 #2
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEPutParamDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
コード例 #3
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEPutParamDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
コード例 #4
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSStatus AEBuildAppleEvent (AEEventClass theClass, AEEventID theID, DescType addressType,
			IntPtr addressData, Size addressLength, AEReturnID returnID, AETransactionID transactionID,
			out AppleEvent result, out AEBuildError error, string paramsFmt, __arglist);
コード例 #5
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSStatus AEDecodeMessage (IntPtr /* ref mach_msg_header_t */  header, ref AppleEvent evt,
			out AppleEvent reply);
コード例 #6
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr SizeOfAttribute (ref AppleEvent evt, AEKeyword keyword,
			out DescType typeCode, out Size dataSize);
コード例 #7
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEPutAttributeDesc (ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
コード例 #8
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEPutAttributeDesc(ref AppleEvent evt, AEKeyword keyword, ref AEDesc desc);
コード例 #9
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 AEBuildParameters(ref AppleEvent evt, out AEBuildError error, string format, __arglist);
コード例 #10
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr SizeOfAttribute(ref AppleEvent evt, AEKeyword keyword,
                                            out DescType typeCode, out Size dataSize);
コード例 #11
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEPutAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
                                              IntPtr dataPtr, Size dataSize);
コード例 #12
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEGetAttributeDesc(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                               out AEDesc result);
コード例 #13
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEGetAttributePtr(ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
                                              out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
コード例 #14
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AEDeleteParam(ref AppleEvent evt, AEKeyword keyword);
コード例 #15
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEGetAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out DescType typeCode, IntPtr dataPtr, Size maximumSize, out Size actualSize);
コード例 #16
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSStatus AEBuildAppleEvent(AEEventClass theClass, AEEventID theID, DescType addressType,
                                                 IntPtr addressData, Size addressLength, AEReturnID returnID, AETransactionID transactionID,
                                                 out AppleEvent result, out AEBuildError error, string paramsFmt, __arglist);
コード例 #17
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEGetAttributeDesc (ref AppleEvent evt, AEKeyword keyword, DescType desiredType,
			out AEDesc result);
コード例 #18
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern AEStreamRef AEStreamOpenEvent(ref AppleEvent evt);
コード例 #19
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AEPutAttributePtr (ref AppleEvent evt, AEKeyword keyword, DescType typeCode,
			IntPtr dataPtr, Size dataSize);
コード例 #20
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSStatus AEDecodeMessage(IntPtr /* ref mach_msg_header_t */ header, ref AppleEvent evt,
                                               out AppleEvent reply);
コード例 #21
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		AEBuildParameters (ref AppleEvent evt, out AEBuildError error, string format, __arglist);
コード例 #22
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSStatus AESendMessage(ref AppleEvent evnt, out AppleEvent reply, AESendMode sendMode,
                                             Size timeOutInTicks);
コード例 #23
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern AEStreamRef AEStreamOpenEvent (ref AppleEvent evt);
コード例 #24
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSErr AECreateAppleEvent (AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
			AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);
コード例 #25
0
ファイル: Native.cs プロジェクト: Kalnor/monodevelop
		public static extern OSStatus AESendMessage (ref AppleEvent evnt, out AppleEvent reply, AESendMode sendMode, 
			Size timeOutInTicks);
コード例 #26
0
ファイル: Native.cs プロジェクト: miaojiang1/monodevelop-1
 public static extern OSErr AECreateAppleEvent(AEEventClass eventClass, AEEventID eventID, ref AEAddressDesc target,
                                               AEReturnID returnID, AETransactionID transactionID, out AppleEvent result);