ResolvedMethod Class

Definition

Describes a method and decodes the raw data collected about a method.

public ref class ResolvedMethod sealed
public ref class ResolvedMethod sealed
class ResolvedMethod sealed
public sealed class ResolvedMethod
type ResolvedMethod = class
Public NotInheritable Class ResolvedMethod
Inheritance
ResolvedMethod

Properties

ContainingTypeName

Gets the containing type name (including namespace). If the containing type cannot be retrieved, an empty string is returned.

MethodName

Gets the method name (without the containing type name). If the method name cannot be retrieved, an empty string is returned.

ParameterNames

Gets the names of the parameters. If there are no parameters or the parameter names cannot be retrieved, a zero-length array is returned.

ParameterTypeNames

Gets the type names of the parameters. If there are no parameters or the parameter type names cannot be retrieved, a zero-length array is returned.

ReturnTypeName

Gets the type name of the return type (including namespace). If the return type cannot be retrieved, an empty string is returned.

Applies to