| 12345678910111213141516 |
- using System;
- using System.Collections.Generic;
- using System.Reflection;
- namespace ILRuntime.Runtime.Generated
- {
- class CLRBindings
- {
- /// <summary>
- /// Initialize the CLR binding, please invoke this AFTER CLR Redirection registration
- /// </summary>
- public static void Initialize(ILRuntime.Runtime.Enviorment.AppDomain app)
- {
- }
- }
- }
|