Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


FrameDataView.MethodInfo

Managed method descriptor structure.
Read time 1 minuteLast updated 7 days ago

Definition

public struct FrameDataView.MethodInfo

Remarks

Provides information about the method and its location in the source code.
Additional Resources: FrameDataView.ResolveMethodInfo.

Fields

Value

Description

methodNameFully qualified method name.
sourceFileLineLine number in the source file where the method is defined.
sourceFileNameName of a source file where the method is defined.