Share via


DotNetInterop Class

 

Provides methods for .NET interoperability.

Namespace:   Microsoft.ConfigurationManagement.Messaging
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.DotNetInterop

Syntax

public static class DotNetInterop
[ExtensionAttribute]
public ref class DotNetInterop abstract sealed 
<ExtensionAttribute>
Public NotInheritable Class DotNetInterop

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Is64BitOperatingSystem()

Returns true if the operating system is 64-bit.

System_CAPS_pubmethodSystem_CAPS_static IsStringNullOrWhiteSpace(String)

Indicates whether a specified string is null, empty, or consists only of white-space characters.

System_CAPS_pubmethodSystem_CAPS_static ParseGuid(String)

Converts a string representation of a GUID to the equivalent GUID structure.

System_CAPS_pubmethodSystem_CAPS_static TryParseGuid(String, Guid)

Converts a string representation of a GUID to the equivalent GUID structure. If the method returns true, result contains a valid GUID. If the method returns false, result is empty.

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.ConfigurationManagement.Messaging Namespace

Return to top