Table of Contents

Class Util.EnUsCultureContext

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

Provides a context that temporarily switches the culture of the current thread to the "en-us" culture.

public class Util.EnUsCultureContext : IDisposable
Inheritance
Util.EnUsCultureContext
Implements
Inherited Members

Constructors

EnUsCultureContext()

Initializes a new instance of the Util.EnUsCultureContext class.

public EnUsCultureContext()

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

Releases unmanaged and - optionally - managed resources

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

true to release both managed and unmanaged resources; false to release only unmanaged resources.