System.Threading.IUnknownSafeHandle.ReleaseHandle C# (CSharp) 메소드

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool
		override protected bool ReleaseHandle()
		{
			HostExecutionContextManager.ReleaseHostSecurityContext(this.handle);
			return true;
		}