Method FromIntPtr
FromIntPtr(IntPtr)
Creates an ArConfig from an existing native pointer. The native pointer must point to an existing ArConfig.
Declaration
public static ArConfig FromIntPtr(IntPtr value)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | value | A pointer to an existing native ArConfig. |
Returns
Type | Description |
---|---|
ArConfig | Returns an ArConfig whose underlying native pointer is
|