public AsyncDirectoryLoadCallbackWrapper(AsyncDirectoryLoadCallback managed, object o) : base(o)
 {
     NativeDelegate = new AsyncDirectoryLoadCallbackNative(NativeCallback);
     _managed       = managed;
 }
예제 #2
0
		private static extern void gnome_vfs_async_load_directory (out IntPtr handle, string uri, FileInfoOptions options, uint items_per_notification, int priority, AsyncDirectoryLoadCallbackNative native, IntPtr data);
		public AsyncDirectoryLoadCallbackWrapper (AsyncDirectoryLoadCallback managed, object o) : base (o)
		{
			NativeDelegate = new AsyncDirectoryLoadCallbackNative (NativeCallback);
			_managed = managed;
		}
예제 #4
0
 private static extern void gnome_vfs_async_load_directory(out IntPtr handle, string uri, FileInfoOptions options, uint items_per_notification, int priority, AsyncDirectoryLoadCallbackNative native, IntPtr data);