Platforms to show: All Mac Windows Linux Cross-Platform
Process
Information about processes and your application.
- CallMethodLaterMBS(target as object, name as string, afterDelay as double) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as double, value1 as variant) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as double, value1 as variant, value2 as variant) as boolean
- CallMethodLaterMBS(target as object, name as string, afterDelay as double, value1 as variant, value2 as variant, value3 as variant) as boolean
- CallMethodMBS(target as object, name as string) as boolean
- CallMethodMBS(target as object, name as string, value1 as variant) as boolean
- CallMethodMBS(target as object, name as string, value1 as variant, value2 as variant) as boolean
- CallMethodMBS(target as object, name as string, value1 as variant, value2 as variant, value3 as variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as variant, value2 as variant) as boolean
- CallMethodOnMainThreadMBS(target as object, name as string, value1 as variant, value2 as variant, value3 as variant) as boolean
- CallMethodOnThreadMBS(BackgroundThread as BackgroundThreadMBS, target as object, name as string) as boolean
- CallMethodOnThreadMBS(BackgroundThread as BackgroundThreadMBS, target as object, name as string, value1 as variant) as boolean
- CallMethodOnThreadMBS(BackgroundThread as BackgroundThreadMBS, target as object, name as string, value1 as variant, value2 as variant) as boolean
- CallMethodOnThreadMBS(BackgroundThread as BackgroundThreadMBS, target as object, name as string, value1 as variant, value2 as variant, value3 as variant) as boolean
- GetDarwinVMStatisticsMBS as DarwinVMStatisticsMBS
- GetDarwinResourceUsageMBS as DarwinResourceUsageMBS
- CountProcessesMBS as integer
- GetWindowsVMStatisticsMBS as WindowsVMStatisticsMBS
- class Application
- method MainBundleMBS as CFBundleMBS
- method OverlayApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- method RestoreApplicationDockTileImageMBS as boolean
- method SetApplicationDockTileImageMBS(pic as CGImageMBS) as boolean
- method DockTileMenuMBS as MenuMBS
- method ApplicationCreatorCodeMBS as string
- method ApplicationFileMBS as folderitem
- method ApplicationNameMBS as string
- method BundleFolderMBS as folderitem
- method BundleLocalizedStringMBS(key as string) as string
- method BundleLocalizedStringMBS(key as string,fromtable as string) as string
- method BundleResourceFolderItemLocalizedMBS(ResourceName as string, ResourceType as string, SubDirectory as string) as folderitem
- method BundleResourceFolderMBS as folderitem
- method FrontmostMBS as boolean
- method GotoHelpBookPageMBS(bookname as string, path as string, anchor as string) as integer
- method GotoMainHelpBookTOCMBS(developer as boolean) as integer
- method HideMeMBS as boolean
- method HideOthersMBS as boolean
- method IsBundleMBS as boolean
- method LaunchTimeMBS as double
- method LookupHelpBookAnchorMBS(bookname as string, anchor as string) as integer
- method ProcessTimeMBS as double
- method RegisterHelpBookMBS as integer
- method SearchHelpBookMBS(bookname as string, query as string) as integer
- class BackgroundThreadMBS
- class DarwinGroupListMBS
- method CurrentEffectiveUserID as integer
- method CurrentGroupID as integer
- method CurrentUserID as integer
- method Group(index as integer) as DarwinGroupMBS
- property Count as Integer
- class DarwinGroupMBS
- method CurrentEffectiveUserID as integer
- method CurrentGroupID as integer
- method CurrentUserID as integer
- method LoadGroupByID(Groupid as integer)
- method LoadGroupByName(name as string)
- method UserName(index as integer) as string
- property GroupID as Integer
- property Name as string
- property Password as string
- property Ready as Boolean
- property UserCount as Integer
- class DarwinResourceUsageMBS
- property BlockInputOperations as Integer
- property BlockOutputOperations as Integer
- property IntegralMaxResidentSetSize as Integer
- property IntegralSharedTextMemorySize as Integer
- property IntegralUnsharedDataSize as Integer
- property IntegralUnsharedStackSize as Integer
- property InvoluntaryContextSwitches as Integer
- property MessagesReceived as Integer
- property MessagesSent as Integer
- property PageFaults as Integer
- property PageReclaims as Integer
- property SignalsReceived as Integer
- property Swaps as Integer
- property SystemTimeUsed as Integer
- property UserTimeUsed as Integer
- property VoluntaryContextSwitches as Integer
- class DarwinTaskInfoMBS
- method Update as boolean
- property ContextSwitches as Double
- property COWFaults as Double
- property Faults as Double
- property MessagesReceived as Double
- property MessagesSent as Double
- property PageIns as Double
- property ResidentSize as Double
- property SuspendCount as Double
- property SystemCallsMach as Double
- property SystemCallsUnix as Double
- property SystemTime as Double
- property UserTime as Double
- property VirtualSize as Double
- class DarwinUserListMBS
- method CurrentEffectiveUserID as integer
- method CurrentGroupID as integer
- method CurrentUserID as integer
- method User(index as integer) as DarwinUserMBS
- property Count as Integer
- class DarwinUserMBS
- method CurrentEffectiveUserID as integer
- method CurrentGroupID as integer
- method CurrentUserID as integer
- method LoadUserByID(userid as integer)
- method LoadUserByName(name as string)
- property AccountExpireTime as Integer
- property GroupID as Integer
- property HomePath as string
- property LastPasswordChangeTime as Integer
- property LongName as string
- property Name as string
- property Ready as Boolean
- property Shell as string
- property UserID as Integer
- class DarwinVMStatisticsMBS
- global method GetDarwinVMStatisticsMBS as DarwinVMStatisticsMBS
- property ActivePages as integer
- property CowFaults as integer
- property CPUTicksIdle as integer
- property CPUTicksNice as integer
- property CPUTicksSystem as integer
- property CPUTicksUser as integer
- property Faults as integer
- property FreePages as integer
- property Hits as integer
- property InactivePages as integer
- property Lookups as integer
- property PageIns as integer
- property PageOuts as integer
- property Pagesize as integer
- property Reactivations as integer
- property WiredPages as integer
- property ZeroFillPages as integer
- class EnvironmentMBS
- class MutexMBS
- class NSOperationMBS
- method dependency(index as integer) as NSOperationMBS
- method threadPriority as double
- method waitUntilFinished
- method addDependency(op as NSOperationMBS)
- method cancel
- method dependencies as NSOperationMBS()
- method dependenciesCount as integer
- method isCancelled as boolean
- method isConcurrent as boolean
- method isExecuting as boolean
- method isFinished as boolean
- method isReady as boolean
- method Lock
- method main
- method queuePriority as integer
- method removeDependency(op as NSOperationMBS)
- method start
- method Unlock
- property Handle as Integer
- event Close
- event Finished
- event Open
- event Work
- const NSOperationQueuePriorityHigh=4
- const NSOperationQueuePriorityLow=-4
- const NSOperationQueuePriorityNormal=0
- const NSOperationQueuePriorityVeryHigh=8
- const NSOperationQueuePriorityVeryLow=-8
- class NSOperationQueueMBS
- method addOperations(ops() as NSOperationMBS, wait as boolean)
- shared method currentQueue as NSOperationQueueMBS
- shared method mainQueue as NSOperationQueueMBS
- method name as string
- method operation(index as integer) as NSOperationMBS
- method operationCount as integer
- method addOperation(op as NSOperationMBS)
- method areAllOperationsFinished as boolean
- method cancelAllOperations
- method Constructor
- method isOneOperationExecuting as boolean
- method isSuspended as boolean
- method maxConcurrentOperationCount as integer
- method operations as NSOperationMBS()
- method waitUntilAllOperationsAreFinished
- property Handle as Integer
- const NSOperationQueueDefaultMaxConcurrentOperationCount=-1
- class NSProcessInfoMBS
- method activeProcessorCount as integer
- method argument(index as integer) as string
- method argumentCount as integer
- method disableSuddenTermination
- method enableSuddenTermination
- method environment as dictionary
- method globallyUniqueString as string
- method hostName as string
- method operatingSystem as integer
- method operatingSystemName as string
- method operatingSystemVersionString as string
- method physicalMemory as UInt64
- method processIdentifier as integer
- method processName as string
- method processorCount as integer
- method systemUptime as double
- property Handle as Integer
- const NSHPUXOperatingSystem=4
- const NSMACHOperatingSystem=5
- const NSOSF1OperatingSystem=7
- const NSSolarisOperatingSystem=3
- const NSSunOSOperatingSystem=6
- const NSWindows95OperatingSystem=2
- const NSWindowsNTOperatingSystem=1
- class NSRunningApplicationMBS
- method activateWithOptions(options as integer) as boolean
- method activationPolicy as integer
- method active as boolean
- method bundleIdentifier as string
- method bundleURL as string
- method Constructor
- shared method currentApplication as NSRunningApplicationMBS
- method executableArchitecture as integer
- method executableURL as string
- method finishedLaunching as boolean
- method forceTerminate as boolean
- method hidden as boolean
- method hide as boolean
- method icon as NSImageMBS
- method launchDate as date
- method localizedName as string
- method processIdentifier as integer
- shared method runningApplications as NSRunningApplicationMBS()
- shared method runningApplicationsWithBundleIdentifier(bundleID as string) as NSRunningApplicationMBS()
- shared method runningApplicationWithProcessIdentifier(pid as integer) as NSRunningApplicationMBS
- method terminate as boolean
- method terminated as boolean
- method unhide as boolean
- property Handle as Integer
- const NSApplicationActivateAllWindows = 1
- const NSApplicationActivateIgnoringOtherApps = 2
- const NSApplicationActivationPolicyAccessory = 1
- const NSApplicationActivationPolicyProhibited = 2
- const NSApplicationActivationPolicyRegular = 0
- class ProcessMBS
- method Bundle as folderitem
- method BundleID as string
- global method CountProcessesMBS as integer
- shared method CurrentProcessID as integer
- method GetCurrentProcess
- method GetfirstProcess
- method GetFrontProcess
- method GetNextProcess as boolean
- method GetProcess(serial as memoryblock)
- method KillProcess as integer
- shared method KillProcess(pid as integer, timeout as integer) as integer
- method KillProcess(timeoutms as integer) as integer
- method MacProcessSerial as memoryblock
- method Priority as integer
- method ProcessInformationCFDictionary as object
- method QuitProcess as integer
- method SameAs(other as ProcessMBS) as boolean
- method SetFrontProcessWithOptions(options as integer)
- method SetServiceMode(ismode as boolean) as boolean
- method TransformToForegroundApplication as integer
- method Update
- method WinFullProcessImagePath as string
- method WinModulePath as string
- method WinProcessImagePath as string
- property CPUTime as integer
- property CurrentProcess as boolean
- property flags as integer
- property FrontProcess as boolean
- property lasterror as integer
- property LaunchProcess as ProcessMBS
- property MacCreator as string
- property MacType as string
- property MemoryFree as integer
- property MemorySize as integer
- property Name as string
- property Path as folderitem
- property ProcessID as integer
- property Visible as boolean
- class ThreadMBS
- shared method CancelAll
- shared method Delay(milliseconds as integer)
- shared method GetIntegerMemoryValue(memAddress as integer) as integer
- shared method GetLockObjectCounter as int64
- shared method GetLockStringCounter as int64
- shared method GetMemoryBlockAddress(m as memoryblock) as integer
- shared method GetObjectLockingEnabled as boolean
- shared method GetStringLockingEnabled as boolean
- shared method GetUnlockObjectCounter as int64
- shared method GetUnlockStringCounter as int64
- shared method LockRuntime
- method LockThread
- method NotifyASync
- method NotifySync
- shared method NumberOfRunningThreads as integer
- shared method PatchedRuntimeObjectLocking as boolean
- shared method PatchedRuntimeStackChecking as boolean
- shared method PatchedRuntimeStringLocking as boolean
- shared method PatchRuntimeObjectLocking(DoPatch as boolean=true) as boolean
- shared method PatchRuntimeStackChecking(DoPatch as boolean=true) as boolean
- shared method PatchRuntimeStringLocking(DoPatch as boolean=true) as boolean
- shared method RestoreRuntimeStackChecking as boolean
- method Run as boolean
- shared method RunningThreads as integer
- shared method SetIntegerMemoryValue(memAddress as integer, value as integer)
- shared method SetObjectLockingEnabled(value as boolean)
- shared method SetStringLockingEnabled(value as boolean)
- shared method UnlockRuntime
- method UnlockThread
- method Wait
- property Cancelled as Boolean
- property Finished as Boolean
- property Handle as Integer
- property Lasterror as Integer
- property Running as Boolean
- property StackSize as Integer
- property ThreadID as Integer
- event Finish
- event NotifyASync
- event NotifySync
- event Prepare
- event Work
- const Available=true
- class WindowsProcessMemoryInfoMBS
- method Constructor
- method Constructor(ProcessID as integer)
- property PageFaultCount as Integer
- property PagefileUsage as Integer
- property PeakPagefileUsage as Integer
- property PeakWorkingSetSize as Integer
- property ProcessID as Integer
- property QuotaNonPagedPoolUsage as Integer
- property QuotaPagedPoolUsage as Integer
- property QuotaPeakNonPagedPoolUsage as Integer
- property QuotaPeakPagedPoolUsage as Integer
- property WorkingSetSize as Integer
- class WindowsProcessStatisticsMBS
- method Constructor(ProcessID as integer = -1, Mode as integer = 255)
- property CreationTime as UInt64
- property CycleTime as UInt64
- property ExitTime as UInt64
- property KernelTime as UInt64
- property Mode as Integer
- property OtherOperationCount as UInt64
- property OtherTransferCount as UInt64
- property PageFaultCount as Integer
- property PagefileUsage as Integer
- property PeakPagefileUsage as Integer
- property PeakWorkingSetSize as Integer
- property ProcessID as Integer
- property QuotaNonPagedPoolUsage as Integer
- property QuotaPagedPoolUsage as Integer
- property QuotaPeakNonPagedPoolUsage as Integer
- property QuotaPeakPagedPoolUsage as Integer
- property ReadOperationCount as UInt64
- property ReadTransferCount as UInt64
- property UserTime as UInt64
- property WorkingSetSize as Integer
- property WriteOperationCount as UInt64
- property WriteTransferCount as UInt64
- const ModeCycleTime = 8
- const ModeIOCounters = 2
- const ModeMemoryCounters = 1
- const ModeTimes = 4
- class WindowsVMStatisticsMBS
- method Constructor
- global method GetWindowsVMStatisticsMBS as WindowsVMStatisticsMBS
- property AvailablePageFileMemory as integer
- property AvailablePhysicalMemory as integer
- property AvailableVirtualMemory as integer
- property Memoryload as integer
- property Pagesize as integer
- property TotalPageFileMemory as integer
- property TotalPhysicalMemory as integer
- property TotalVirtualMemory as Integer
The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic Leopard Plugin, MBS REALbasic MacOSX Plugin, MBS REALbasic SnowLeopard Plugin, MBS REALbasic Thread Plugin, MBS REALbasic Util Plugin, MBS REALbasic Win Plugin.
Links
MBS Realbasic PDF Plugins - Pfarrgemeinde Messdiener Nickenich