Show / Hide Table of Contents

Class KernelApi

Provides managed wrappers to Windows Kernel.dll

Inheritance
System.Object
KernelApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.WinApi
Assembly: NFX.WinForms.dll
Syntax
public static class KernelApi

Methods

Beep(UInt32, UInt32)

Declaration
public static bool Beep(uint frequency, uint duration)
Parameters
Type Name Description
System.UInt32 frequency
System.UInt32 duration
Returns
Type Description
System.Boolean
Back to top Copyright © 2006-2018 Agnicore Inc
Generated by DocFX