CLRInterop Class
The ClrInterop class is a utility class that provides functionality for type marshaling and exception handling.
All of the methods are static, so no instantiation of the class is needed.
class ClrInterop extends Object
|
Method |
Description |
|---|---|
|
Converts a common language runtime (CLR) object to a value of the X++ type anytype. | |
|
Returns the most recent common language runtime (CLR) exception. | |
|
Converts a value of the X++ anytype data type to a value of the CLRObject data type. | |
|
Confirms that the specified ClrObject instance has been initialized. | |
|
Confirms whether the specified CLRObject instance is set to null. | |
|
Creates an instance of the CLRInterop class. | |
|
Returns a common language runtime (CLR) data type with a value of null. | |
|
Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent CLRObject instance. | |
|
Calls a static method on a common language runtime (CLR) data type. |