Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RawAssemblyAttributes.cs « CorApi - github.com/mono/debugger-libs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f02b53093fa725356a04b0efab89832a2352645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//---------------------------------------------------------------------
//  This file is part of the CLR Managed Debugger (mdbg) Sample.
// 
//  Copyright (C) Microsoft Corporation.  All rights reserved.
//
// Imports ICorDebug interface into managed code
//---------------------------------------------------------------------


// Assembly attributes for Raw native imports.
using System;
[assembly:CLSCompliant(false)]