Click or drag to resize

FndTranslationUtilitiesGetPropertiesResourcesFromSatelliteAssembly Method

Overload List
  NameDescription
Public methodStatic memberGetPropertiesResourcesFromSatelliteAssembly(String, String) Obsolete.
Retrieves an instance of a resource manager for the given satellite resource. Note: This method loads the resources directly from the satellite assembly resource and does not go via .Net lookup using the base assembly. This prevents assembly_load event to be fired for the base assembly which otherwise may result in initialization logic, such as InitThreadStaticFields in PPJ framework, not being executed.
Public methodStatic memberGetPropertiesResourcesFromSatelliteAssembly(String, String, CultureInfo)
Retrieves an instance of a resource manager for the given satellite resource. Note: This method loads the resources directly from the satellite assembly resource and does not go via .Net lookup using the base assembly. This prevents assembly_load event to be fired for the base assembly which otherwise may result in initialization logic, such as InitThreadStaticFields in PPJ framework, not being executed.
Top
See Also