DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ReflectionService

    Provides reflection-related functionality.

    Inheritance
    object
    ReflectionService
    Implements
    IReflectionService
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Reflection
    Assembly: DataWeb.Core.dll
    Syntax
    public class ReflectionService : IReflectionService
    Remarks

    Initializes a new instance of the ReflectionService class.

    Constructors

    ReflectionService()

    Provides reflection-related functionality.

    Declaration
    public ReflectionService()
    Remarks

    Initializes a new instance of the ReflectionService class.

    Methods

    GetAssembly(string)

    Gets the assembly for the specified class.

    Declaration
    public Assembly GetAssembly(string className)
    Parameters
    Type Name Description
    string className

    The full class name including the assembly information.

    Returns
    Type Description
    Assembly

    The assembly for the specified class.

    GetClassName(string)

    Gets the class name without the assembly information.

    Declaration
    public string GetClassName(string className)
    Parameters
    Type Name Description
    string className

    The full class name including the assembly information.

    Returns
    Type Description
    string

    The class name without the assembly information.

    Implements

    IReflectionService
    In this article
    Back to top Generated by DocFX