wManager.Wow.Helpers Namespace
WRobot

Extensions Methods

The Extensions type exposes the following members.

Methods


  Name Description
Public method Static member GetMainThread
Gets the main thread of external process.
Public method Static member IsNotZero
Determines if the value is not zero.
Public method Static member IsScrolledToEnd
Determines whether wpf TextBoxBase is scrolled to bottom.
Public method Static member IsScrolledToTop
Determines whether is scrolled to top.
Public method Static member IsZero
Determines if the value is zero.
Public method Static member Replace(array<Byte>[]()[][], array<Byte>[]()[][], array<Byte>[]()[][])
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], UInt64, UInt64)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Int64, Int64)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Int32, Int32)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], UInt32, UInt32)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Int16, Int16)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], UInt16, UInt16)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Single, Single)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Double, Double)
Replaces the specified bytes by others.
Public method Static member Replace(array<Byte>[]()[][], Byte, Byte)
Replaces the specified bytes by others.
Public method Static member ResumeAllThreads
Resumes all threads of external process.
Public method Static member ResumeThread
Resumes a thread.
Public method Static member Serialize<(Of <<'(T>)>>)
Serializes the specified class (to Xml).
Public method Static member Shuffle(String)
Shuffles the specified string.
Public method Static member Shuffle<(Of <<'(T>)>>)(IList<(Of <<'(T>)>>))
Shuffles the specified list.
Public method Static member SuspendAllThreads
Suspends all threads of external process.
Public method Static member SuspendMainThread
Suspends the main thread of external process.
Public method Static member SuspendThread
Suspends the thread.
Public method Static member TerminateAllThreads
Terminates all threads of external process.
Public method Static member ToReadableAgeString
Converts to readable age (in years) string.
Public method Static member ToReadableString
Converts to readable string result like "1 day, 10 hours, 30 minutes, 42 seconds".
Public method Static member ToStringArray
Converts to string array (by line).
Public method Static member Translate(ContentControl)
Translates the specified ContentControl (translate with Translate).
Public method Static member Translate(TextBlock)
Translates the specified TextBlock (translate with Translate).