NGUtil ClassScoreFlash API Documentation V4.6.0
Provides several static utility methods / properties to make my life easier. As it makes my life easier, it hopefully will also make your life easier.
Inheritance Hierarchy

OnlineSystem Object
  NarayanaGames.Common NGUtil

Namespace: NarayanaGames.Common
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax

public class NGUtil
Remarks

Aside from several special "equal checks" (where objA.Equals(objB) fails) and several "make object(s) readable" methods (where obj.ToString() fails) this has several methods to handle portrait / landscape and normal density / high density displays easy (think of Retina vs. non-Retina).
See Also