singrdk/base/Interfaces/Hypercall/Hypercall.csi

25 lines
649 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
///////////////////////////////////////////////////////////////////////////////
//
// Microsoft Research Singularity
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// File: Diagnostics.csi
//
// Note:
//
using System;
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyKeyFileAttribute("public.snk")]
[assembly: System.Reflection.AssemblyDelaySignAttribute(true)]
namespace Microsoft.Singularity.Hypercall
{
public class ConnectionService
{
static public void Initialize();
}
} // namespace Microsoft.Singularity.Hypercall