Moving BSTR conv to native code in SecureStringToBSTR.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / UCOMIConnectionPointContainer.cs
index 3885694097b20afacbc6dab8e8cf172a3da23998..8011610ab7bcf250fc236fa0a56ef2ab359d0523 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+#if !FULL_AOT_RUNTIME
 namespace System.Runtime.InteropServices
 {
-#if NET_2_0
        [Obsolete]
-#endif
        [ComImport]
        [Guid ("b196b284-bab4-101a-b69c-00aa00341d07")]
        [InterfaceType (ComInterfaceType.InterfaceIsIUnknown)]
@@ -40,3 +39,4 @@ namespace System.Runtime.InteropServices
                void FindConnectionPoint (ref Guid riid, out UCOMIConnectionPoint ppCP);
        }
 }
+#endif