System.Runtime Namespace

Classes

public class CompileUnitUnwindInfo
public class FunctionProfiler
public class StaticInitCriticalSection
public class Tracer
public class UnwindInfo
internal class UnwindInfoInit

Functions

public nothrow void AddCompileUnitFunction(void* functionAddress, const char* functionName, const char* sourceFilePath)
public nothrow void DisposeCallStack()
public nothrow const char* GetCallStack()
internal nothrow void InitUnwindInfo()
public nothrow void PushCompileUnitUnwindInfoInit(InitCompileUnitUnwindInfoFunction initFunction, CompileUnitUnwindInfo* info)

Delegates

public nothrow delegate void InitCompileUnitUnwindInfoFunction()

Function Details

AddCompileUnitFunction Function

public nothrow void AddCompileUnitFunction(void* functionAddress, const char* functionName, const char* sourceFilePath)

Definition
Line 34 of System.Runtime/Unwind.cm


DisposeCallStack Function

public nothrow void DisposeCallStack()

Definition
Line 69 of System.Runtime/Unwind.cm


GetCallStack Function

public nothrow const char* GetCallStack()

Definition
Line 63 of System.Runtime/Unwind.cm


InitUnwindInfo Function

internal nothrow void InitUnwindInfo()

Definition
Line 57 of System.Runtime/Unwind.cm


PushCompileUnitUnwindInfoInit Function

public nothrow void PushCompileUnitUnwindInfoInit(InitCompileUnitUnwindInfoFunction initFunction, CompileUnitUnwindInfo* info)

Definition
Line 27 of System.Runtime/Unwind.cm