![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents String array marshaler More...
Public Member Functions | |
| object | MarshalNativeToManaged (IntPtr pNativeData) |
| Converts the unmanaged data to managed data. More... | |
| IntPtr | MarshalManagedToNative (object managedObj) |
| Marshals the managed data to native data. More... | |
| void | CleanUpNativeData (IntPtr pNativeData) |
| Performs necessary cleanup of the unmanaged data when it is no longer needed. More... | |
| void | CleanUpManagedData (object managedObj) |
| Cleans up managed data. More... | |
| int | GetNativeDataSize () |
| Returns the size of the native data to be marshaled. More... | |
Static Public Member Functions | |
| static ICustomMarshaler | GetInstance (string cookie) |
| Gets the instance. More... | |
Represents String array marshaler
| void SolidFramework.Interop.StringArrayMarshaler.CleanUpManagedData | ( | object | managedObj | ) |
Cleans up managed data.
| managedObj | The managed object. |
| void SolidFramework.Interop.StringArrayMarshaler.CleanUpNativeData | ( | IntPtr | pNativeData | ) |
Performs necessary cleanup of the unmanaged data when it is no longer needed.
| pNativeData | A pointer to the unmanaged data to be destroyed. |
|
static |
Gets the instance.
| cookie | The cookie. |
| int SolidFramework.Interop.StringArrayMarshaler.GetNativeDataSize | ( | ) |
Returns the size of the native data to be marshaled.
| IntPtr SolidFramework.Interop.StringArrayMarshaler.MarshalManagedToNative | ( | object | managedObj | ) |
Marshals the managed data to native data.
| managedObj | The managed object. |
| object SolidFramework.Interop.StringArrayMarshaler.MarshalNativeToManaged | ( | IntPtr | pNativeData | ) |
Converts the unmanaged data to managed data.
| pNativeData | A pointer to the unmanaged data to be wrapped. |