/// <summary> /// 释放资源。 /// </summary> public void Dispose() { this.m_Assembly = null; this.m_Struct = null; this.m_Contexts.Clear(); }