Beispiel #1
0
 static CallbackHandler()
 {
     createInstanceCallback  = new CreateInstanceDelegate(CreateInstanceStatic);
     destroyInstanceCallback = new DestroyInstanceDelegate(DestroyInstanceStatic);
 }
Beispiel #2
0
        private static extern IntPtr OgreManagedArchiveFactory_Create(String archType, CreateInstanceDelegate createInstanceCallback, DestroyInstanceDelegate destroyInstanceCallback
#if FULL_AOT_COMPILE
                                                                      , IntPtr instanceHandle
#endif
                                                                      );