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 7527831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:12:27+00:00 2026-05-30T04:12:27+00:00

I am trying to get an object using Reflection, and then launch a method

  • 0

I am trying to get an object using Reflection, and then launch a method on that object. I was getting null from Type.GetType("my.namespace.item") so I decided to try a test that SHOULD work. Using this code Type.GetType((new my.namespace.item()).GetType().FullName) I still get null.

That should not happen from what I understand. What am I doing wrong?

  • 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-05-30T04:12:29+00:00Added an answer on May 30, 2026 at 4:12 am

    You’re only specifying the FullName of the Type, which is (ironically) not the full name you need. Type.GetType(string) requires the AssemblyQualifiedName of the Type in order to work:

    Type.GetType((new my.namespace.item()).GetType().AssemblyQualifiedName)
    

    should be fine. Specifying it manually would look like:

    Type.GetType("Namespace.TypeName, MyAssemblyName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b17a5c561934e089");
    

    Obviously you can omit the Version, Culture, or PublicKeyToken if they don’t apply.

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

Sidebar

Related Questions

I'm trying to get an object element from my webpage using getElementById (ultimately so
I'm trying to execute an extension method that returns and object of type T,
I m trying to get the annotation details from super type reference variable using
I was trying to get a Model object from datastore using the key passed
I'm trying to get the JSON format string from my custom object by using
I'm trying to create a new System.Threading.Thread object using Jscript, but I can't get
I'm trying using NHibernate.Search to get Lucene.NET Score through projections. My domain object implements
iam trying to get all object's xpath's from loaded page via selenium something similar
I am trying to get a MethodInfo object for the method: Any<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>)
I'm trying to write a method that will get a private field in a

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.