Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the pointers that were allocated during marshalling.
|
|
MarshalManagedToNative ( string ManagedObj ) : |
Marshals the given string to a pointer.
|
|
MarshalNativeToManaged ( |
Marshals the given pointer to a string.
|
|
StringArrayManualMarshaler ( string p_strEncoding ) : System |
A simple constructor that initializes the object with the given values.
|
public MarshalManagedToNative ( string ManagedObj ) : |
||
ManagedObj | string | The string to marshal. |
Résultat |
public MarshalNativeToManaged ( |
||
pNativeData | The pointer to the data to marshal to a string. | |
p_intSize | The length of the array to marshal. | |
Résultat | string[] |
public StringArrayManualMarshaler ( string p_strEncoding ) : System | ||
p_strEncoding | string | The encoding of the string to marshal. |
Résultat | System |