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")]