Utf8StringMarshaller.ManagedToUnmanagedIn Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom marshaller to marshal a managed string as a UTF-8 unmanaged string.
public: value class Utf8StringMarshaller::ManagedToUnmanagedIn
public ref struct Utf8StringMarshaller.ManagedToUnmanagedIn
type Utf8StringMarshaller.ManagedToUnmanagedIn = struct
Public Structure Utf8StringMarshaller.ManagedToUnmanagedIn
- Inheritance
Properties
BufferSize |
Gets the requested buffer size for optimized marshalling. |
Methods
Free() |
Frees any allocated unmanaged memory. |
FromManaged(String, Span<Byte>) |
Initializes the marshaller with a managed string and requested buffer. |
ToUnmanaged() |
Converts the current managed string to an unmanaged string. |
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.