C# (CSharp) Skybound.Gecko.CustomMarshalers Пространство имен

Классы

Имя Описание
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")]