# MemoryAdress **Repository Path**: nihan/MemoryAdress ## Basic Information - **Project Name**: MemoryAdress - **Description**: C#语言获取变量地址测试的工具类方法。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C#语言中用于获取变量地址的工具方法 * 在C#语言中由于不能像C/C++语言一样直接输出地址,但是有些变量我们需要知道内存中的具体情况,通过这个工具方法就可以获取C#语言中任何变量的地址。