namespace NvAPIWrapper.Native.Interfaces { /// /// Marker interface for all types that should be filled with information before passing to un-managed code /// internal interface IInitializable { } }