Utils Class

 

Namespace:   Microsoft.Azure.Devices.Common
Assembly:  Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Devices.Common.Utils

Syntax

public static class Utils
public ref class Utils abstract sealed 

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static CreateJsonReader(Stream)

System_CAPS_pubmethodSystem_CAPS_static CreateJsonWriter(Stream)

System_CAPS_pubmethodSystem_CAPS_static IsValidBase64(String, Int32)

System_CAPS_pubmethodSystem_CAPS_static JsonBufferedDeserializeNext<T>(JsonTextReader)

System_CAPS_pubmethodSystem_CAPS_static JsonBufferedSerializeAppend(JsonTextWriter, Object)

System_CAPS_pubmethodSystem_CAPS_static JsonBufferedSerializeBegin(JsonTextWriter)

System_CAPS_pubmethodSystem_CAPS_static JsonBufferedSerializeEnd(JsonTextWriter)

System_CAPS_pubmethodSystem_CAPS_static JsonDeserialize<T>(String)

System_CAPS_pubmethodSystem_CAPS_static JsonSerialize(Object)

System_CAPS_pubmethodSystem_CAPS_static StartProcessMonitor(Action<String>)

System_CAPS_pubmethodSystem_CAPS_static ValidateBufferBounds(Byte[], Int32, Int32)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Devices.Common Namespace

Return to top