StackFrame.TypeName Property

Gets the name of the type that contains the method for this frame of the call stack.

Namespace:  Microsoft.VisualStudio.IntelliTrace.Monitoring
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property TypeName As String
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
member TypeName : string with get
function get TypeName () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

StackFrame Structure

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace