LocalVariableInfo.ToString 方法
定义
返回一个描述局部变量的用户可读的字符串。Returns a user-readable string that describes the local variable.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
返回
一个字符串,显示有关局部变量的信息,包括类型名称、索引和固定状态。A string that displays information about the local variable, including the type name, index, and pinned status.