DotNetInterop Class

 

Provides methods for .NET interoperability.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging::DotNetInterop

[ExtensionAttribute]
public ref class DotNetInterop abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIs64BitOperatingSystem()

Returns true if the operating system is 64-bit.

System_CAPS_pubmethodSystem_CAPS_staticIsStringNullOrWhiteSpace(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticParseGuid(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticTryParseGuid(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.

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

Return to top
Show: