C# Class Monobjc.Foundation.ProcessSerialNumber

Show file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
highLongOfPSN System.UIntPtr
lowLongOfPSN System.UIntPtr

Property Details

highLongOfPSN public property

The high-order long integer of the process serial number.
public UIntPtr,System highLongOfPSN
return System.UIntPtr

lowLongOfPSN public property

The low-order long integer of the process serial number.
public UIntPtr,System lowLongOfPSN
return System.UIntPtr