Describes the class library assembly content and configuration.
상속: PHP.Core.PhpLibraryDescriptor
예제 #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;
     MySqlConfiguration.RegisterLegacyOptions();
 }
예제 #2
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;
       MySqlConfiguration.RegisterLegacyOptions();
 }