| MediaInputDispose 方法 (Boolean) | 
 
            Override this to dispose things in your child class
            
 
        命名空间: 
     LibVLCSharp.Shared
        程序集:
     CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
 语法
语法protected virtual void Dispose(
	bool disposing
)
参数
- disposing
- 类型:SystemBoolean
 为 true 则同时释放托管资源和非托管资源;为 false 则只释放非托管资源
 参见
参见