Class NPPWarningHandler
Singleton NPPWarning handler. Use the OnNPPWarning event to get notified when a NPP functions returns a NPP warning status code.
Inheritance
System.Object
NPPWarningHandler
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public class NPPWarningHandler
Methods
| Improve this Doc View SourceGetInstance()
Get the singleton instance
Declaration
public static NPPWarningHandler GetInstance()
Returns
Type | Description |
---|---|
NPPWarningHandler |
Events
| Improve this Doc View SourceOnNPPWarning
This event is raised by the NPP library if a NPP function returns a warning NPP status code.
Declaration
public event NPPWarningHandler.NPPWarningEventHandler OnNPPWarning
Event Type
Type | Description |
---|---|
NPPWarningHandler.NPPWarningEventHandler |