Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8300205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T16:27:55+00:00 2026-06-08T16:27:55+00:00

When I was writing documentation for a method taking a parameter of type MethodAttributes

  • 0

When I was writing documentation for a method taking a parameter of type MethodAttributes (.NET), I had trouble to refer to the concept of a member being either a static or an instance member.

Is there a good word or phrase to name the concept of static/instance affiliation without writing it out (like I did here)?

Edit:
The API is the following. It allows a user to add a method to something we call a mutable type. Very similiar to Reflection.Emit’s TypeBuilder.DefineMethod method.

public MutableMethodInfo AddMethod (
    string name,
    MethodAttributes attributes,
    Type returnType,
    IEnumerable<ParameterDeclaration> parameterDeclarations,
    Func<MethodBodyCreationContext, Expression> bodyProvider
);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T16:27:57+00:00Added an answer on June 8, 2026 at 4:27 pm

    I don’t believe there is a specific word that captures the quality of a method either belonging to a class or an instance. For a start, different languages use very different words for these things anyway. Java and C# use static or nothing, as does C++. Objective-C marks methods with ‘-‘ or ‘+’, but people usually refer to class or instance methods. Javascript of course doesn’t really have classes so is different again, etc.

    You’re best bet in code would be something like isStatic or isClassMethod. Perfectly readable and should leave no doubt as to what it means. In documentation it would probably be best to go with longhand, ie “class or instance method” or “instance or static method”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Writing documentation in html requires some code examples. What to do with characters that
As a developer I really don't like writing documentation but when I have to
I am writing some documentation and I have a little vocabulary problem: http://www.example.com/en/public/img/logo.gif is
I'm currently writing the documentation for the API of my website. I'm not sure
I am currently writing some extensive documentation using Sphinx for a rather complex Django
For kicks I'm writing a schema documentation tool that generates a description of the
I am writing code to clone object but have no cue from Hobo documentation.
We are writing unit tests for our ASP.NET application that run against a test
I am writing a method to my class and I like internationalize my projects.
When writing xml documentation you can use <see cref=something>something</see> , which works of course.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.