AnsiStringMarshaller.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 ANSI unmanaged string.
public: value class AnsiStringMarshaller::ManagedToUnmanagedIn
public ref struct AnsiStringMarshaller.ManagedToUnmanagedIn
type AnsiStringMarshaller.ManagedToUnmanagedIn = struct
Public Structure AnsiStringMarshaller.ManagedToUnmanagedIn
- Inheritance
Properties
BufferSize |
Gets the requested buffer size for optimized marshalling. |
Methods
Free() |
Frees any allocated unmanaged string 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.