CSharp System.Reflection Assembly

CSharp examples for System.Reflection:Assembly

Description

Click the following links for the tutorial for System.Reflection and Assembly.

  1. Get File Version
  2. Get Directory Path
  3. get Application Assembly
  4. get Application Bin Folder
  5. Get Assembly File Version
  6. Checks for the DebuggableAttribute on the assembly provided to determine whether it has been built in Debug mode.
  7. Build Private Bin Path
  8. Get All Impl Of Generic Interface


  9. Load All Dependencies
  10. Deduce Root Namespace Parts
  11. Get App Folder
  12. Create a new instance of a object .
  13. Get Informational Version from Assembly
  14. Get Assembly Path
  15. Safely returns the set of loadable types from an assembly.
  16. Full Local Path from Assembly


  17. Get Assembly Company
  18. Get Assembly Configuration
  19. Get Assembly Copyright
  20. Get Assembly Culture
  21. Get Assembly Description
  22. Get Assembly GUID
  23. Get Assembly Product
  24. Get Assembly Title
  25. Get Assembly Trademark
  26. Get Assembly Version
  27. Is Assembly COM Visible
  28. Gets all types in the given matching the specified and the optional list .
  29. Gets all types in the given that are decorated with an of the given type .
  30. Loads assemblies by given assembly names collection.
  31. Loads an assembly by given assembly name.
  32. Get Types Safely from Assembly
  33. Get Accessible Types from Assembly
  34. Is Framework Assembly
  35. Gets a collection of loadable types from the given assembly. Adapted from
  36. Get Assembly Implementations
  37. Load the given assembly.
  38. Get Assemblies In Folder
  39. Get Loaded Assemblies
  40. Gets the title of the currently executing assembly.
  41. Get all types in the Assembly that implement the target TInterface
  42. Get Assembly Info
  43. Get All Assemblies In Folder
  44. Retrieve a list of Types from an external assembly, implementing a given T type (class or interface).
  45. Get all types from assemblies. Types will be cached after first call.
  46. Gets all referenced assemblies from current AppDomain, excluding dynamic or Microsoft-specific assemblies. Assemblies will be cached after first call.
  47. Loads specific assembly into internal list of assemblies.
  48. To Product String
  49. Find Interfaces In Assembly
  50. Get Accessible Properties
  51. Get Assembly Location
  52. Returns the assembly where the current type is defined
  53. Find Of Type from Assembly
  54. Get Sub Classes