Click or drag to resize

WindowsApiJOBOBJECT_BASIC_LIMIT_INFORMATION Structure

Win32 JOBOBJECT_BASIC_LIMIT_INFORMATION structure.
Inheritance Hierarchy
SystemObject
  SystemValueType
    GSF.InteropWindowsApiJOBOBJECT_BASIC_LIMIT_INFORMATION

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.315-beta+4adf42f504c53785d91f363b84ec3ef7639a1462
Syntax
public struct JOBOBJECT_BASIC_LIMIT_INFORMATION
View Source

The WindowsApiJOBOBJECT_BASIC_LIMIT_INFORMATION type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also