Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can i implement documentation in my dll class using vb.net

How can i implement documentation in my dll class using vb.net

Scheduled Pinned Locked Moved Visual Basic
questioncsharpcom
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    JoeZeitouny
    wrote on last edited by
    #1

    :((I'm working on a class (.dll) that i'm willing to publish on the internet.I'm desiging the class in VB.Net and the thing is that i want the users who implement my class in their projects to see characteristics of the methods they're using when they point at them in the object browser window ( you know when u wanna use a method or a function u must understant its behavior). I know that i can attach with my class a document file that explains the summary of the methods that class offers but i wanted it to be more prfessionnal. So is there any way i can do this? Joe Zeitouny zeitounybros@hotmail.com

    D 1 Reply Last reply
    0
    • J JoeZeitouny

      :((I'm working on a class (.dll) that i'm willing to publish on the internet.I'm desiging the class in VB.Net and the thing is that i want the users who implement my class in their projects to see characteristics of the methods they're using when they point at them in the object browser window ( you know when u wanna use a method or a function u must understant its behavior). I know that i can attach with my class a document file that explains the summary of the methods that class offers but i wanted it to be more prfessionnal. So is there any way i can do this? Joe Zeitouny zeitounybros@hotmail.com

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      You can add your descriptions using attributes directly in your code. But, you still might want to include a documentation file of some kind to be complete. Search in the help for Visual Basic.NET for 'Attributes and Design-Time Support' for how to add descriptions and whatnot to your code. RageInTheMachine9532

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups