C# (CSharp) Skybound.Gecko.CustomMarshalers Namespace

Сlasses

Name Description
WStringMarshaler Custom Marshaler for xpcom/xulrunner native type wstring wstring To use managed type string as parameter and apply attribute: [MarshalAs(UnmanagedType.CustomMarshaler, MarshalType = "Skybound.Gecko.CustomMarshalers.WStringMarshaler")] string or for string return types use: [return: MarshalAs(UnmanagedType.CustomMarshaler, MarshalType = "Skybound.Gecko.CustomMarshalers.WStringMarshaler")]