コード例 #1
0
 /// <summary>
 /// Called by the Core after the library is loaded.
 /// </summary>
 protected override void Loaded(PhpLibraryAttribute assemblyAttribute, LibraryConfigStore configStore)
 {
     base.Loaded(assemblyAttribute, configStore);
     singleton = this;
     GdConfiguration.RegisterLegacyOptions();
 }
コード例 #2
0
ファイル: LibraryDescriptor.cs プロジェクト: dw4dev/Phalanger
 /// <summary>
 /// Called by the Core after the library is loaded.
 /// </summary>
 protected override void Loaded(PhpLibraryAttribute assemblyAttribute, LibraryConfigStore configStore)
 {
     base.Loaded(assemblyAttribute, configStore);
     singleton = this;
     GdConfiguration.RegisterLegacyOptions();
 }