DotNetInterop Class
Provides methods for .NET interoperability.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Is64BitOperatingSystem() | Returns true if the operating system is 64-bit. |
![]() ![]() | IsStringNullOrWhiteSpace(String^) | Indicates whether a specified string is null, empty, or consists only of white-space characters. |
![]() ![]() | ParseGuid(String^) | Converts a string representation of a GUID to the equivalent GUID structure. |
![]() ![]() | 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. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

