CLRBindings.cs 394 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Reflection;
  4. namespace ILRuntime.Runtime.Generated
  5. {
  6. class CLRBindings
  7. {
  8. /// <summary>
  9. /// Initialize the CLR binding, please invoke this AFTER CLR Redirection registration
  10. /// </summary>
  11. public static void Initialize(ILRuntime.Runtime.Enviorment.AppDomain app)
  12. {
  13. }
  14. }
  15. }