Math.Gmp.Native/docs/html/00586c66-53ac-3fe3-16a4-3ce...

9 lines
7.7 KiB
HTML
Raw Normal View History

2017-11-04 16:02:37 +01:00
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/branding.js"> </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>FILE Methods</title><meta name="Language" content="en-us" /><meta name="System.Keywords" content="FILE structure, methods" /><meta name="Microsoft.Help.Id" content="Methods.T:Math.Gmp.Native.FILE" /><meta name="Microsoft.Help.ContentType" content="Reference" /><meta name="BrandingAware" content="true" /><meta name="container" content="Math.Gmp.Native" /><meta name="file" content="00586c66-53ac-3fe3-16a4-3ceb2f94620b" /><meta name="guid" content="00586c66-53ac-3fe3-16a4-3ceb2f94620b" /><link rel="stylesheet" type="text/css" href="../styles/branding-Website.css" /><script type="text/javascript" src="../scripts/jquery-1.11.0.min.js"></script><script type="text/javascript" src="../scripts/branding-Website.js"></script><script type="text/javascript" src="../scripts/clipboard.min.js"></script></head><body onload="OnLoad('cs')"><input type="hidden" id="userDataCache" class="userDataStyle" /><div class="pageHeader" id="PageHeader">GMP Native Interface for .NET<form id="SearchForm" method="get" action="#" onsubmit="javascript:TransferToSearchPage(); return false;"><input id="SearchTextBox" type="text" maxlength="200" /><button id="SearchButton" type="submit"></button></form></div><div class="pageBody"><div class="leftNav" id="leftNav"><div id="tocNav"><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="846f5c8a-6cba-433e-9f18-cde2ff5695cd.htm" title="GMP Native Interface for .NET" tocid="roottoc">GMP Native Interface for .NET</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="d9c51b9f-0c54-770b-28ea-6eebd8fef368.htm" title="Math.Gmp.Native" tocid="d9c51b9f-0c54-770b-28ea-6eebd8fef368">Math.Gmp.Native</a></div><div class="toclevel0" data-toclevel="0"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm" title="FILE Structure" tocid="1bcc07bd-8fee-1107-844c-a5ff10e7660c">FILE Structure</a></div><div class="toclevel1 current" data-toclevel="1" data-childrenloaded="true"><a class="tocExpanded" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="00586c66-53ac-3fe3-16a4-3ceb2f94620b.htm" title="FILE Methods" tocid="00586c66-53ac-3fe3-16a4-3ceb2f94620b">FILE Methods</a></div><div class="toclevel2" data-toclevel="2"><a class="tocCollapsed" onclick="javascript: Toggle(this);" href="#!" /><a data-tochassubtree="true" href="4e0b1b66-de5f-3451-d835-df0116b8c789.htm" title="Equals Method " tocid="4e0b1b66-de5f-3451-d835-df0116b8c789">Equals Method </a></div><div class="toclevel2" data-toclevel="2"><a data-tochassubtree="false" href="b6911fef-883d-ec11-c2ad-1ff1ff565601.htm" title="GetHashCode Method " tocid="b6911fef-883d-ec11-c2ad-1ff1ff565601">GetHashCode Method </a></div></div><div id="tocResizableEW" onmousedown="OnMouseDown(event);"></div><div id="TocResize" class="tocResize"><img id="ResizeImageIncrease" src="../icons/TocOpen.gif" onclick="OnIncreaseToc()" alt="Click or drag to resize" title="Click or drag to resize" /><img id="ResizeImageReset" src="../icons/TocClose.gif" style="display:none" onclick="OnResetToc()" alt="Click or drag to resize" title="Click or drag to resize" /></div></div><div class="topicContent" id="TopicContent"><table class="titleTable"><tr><td class="titleColumn">FILE Methods</td></tr></table><span class="introStyle"></span> <p>The <a href="1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm">FILE</a> type exposes the following members.</p><div class="collapsibleAreaRegion"><span class="co
 
</th><th>Name</th><th>Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="c35318b5-343e-5f6f-2a46-89cb3019121c.htm">Equals(Object)</a></td><td><div class="summary">
Returns a value indicating whether this instance is equal to a specified object.
</div> (Overrides <a href="http://msdn2.microsoft.com/en-us/library/2dts52z7" target="_blank">ValueType<span id="LST612440A8_0"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST612440A8_0?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>Equals(Object)</a>.)</td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="a964376d-5264-550c-0dc6-5ce21c48ac93.htm">Equals(FILE)</a></td><td><div class="summary">
Returns a value indicating whether this instance is equal to a specified <a href="1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm">FILE</a> value.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="b6911fef-883d-ec11-c2ad-1ff1ff565601.htm">GetHashCode</a></td><td><div class="summary">
Returns the hash code for this instance.
2017-12-15 02:18:55 +01:00
</div> (Overrides <a href="http://msdn2.microsoft.com/en-us/library/y3509fc2" target="_blank">ValueType<span id="LST612440A8_1"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST612440A8_1?cs=.|vb=.|cpp=::|nu=.|fs=.");</script>GetHashCode<span id="LST612440A8_2"></span><script type="text/javascript">AddLanguageSpecificTextSet("LST612440A8_2?cs=()|vb=|cpp=()|nu=()|fs=()");</script></a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/dfwy45w9" target="_blank">GetType</a></td><td><div class="summary">Gets the <a href="http://msdn2.microsoft.com/en-us/library/42892f65" target="_blank">Type</a> of the current instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/e5kfa45b" target="_blank">Object</a>.)</td></tr><tr data="public;inherited;notNetfw;"><td><img src="../icons/pubmethod.gif" alt="Public method" title="Public method" /></td><td><a href="http://msdn2.microsoft.com/en-us/library/wb77sz3h" target="_blank">ToString</a></td><td><div class="summary">Returns the fully qualified type name of this instance.</div> (Inherited from <a href="http://msdn2.microsoft.com/en-us/library/aey3s293" target="_blank">ValueType</a>.)</td></tr></table><a href="#PageHeader">Top</a></div><div class="collapsibleAreaRegion" id="seeAlsoSection"><span class="collapsibleRegionTitle" onclick="SectionExpandCollapse('ID1RB')" onkeypress="SectionExpandCollapse_CheckKey('ID1RB', event)" tabindex="0"><img id="ID1RBToggle" class="collapseToggle" src="../icons/SectionExpanded.png" />See Also</span></div><div id="ID1RBSection" class="collapsibleSection"><h4 class="subHeading">Reference</h4><div class="seeAlsoStyle"><a href="1bcc07bd-8fee-1107-844c-a5ff10e7660c.htm">FILE Structure</a></div><div class="seeAlsoStyle"><a href="d9c51b9f-0c54-770b-28ea-6eebd8fef368.htm">Math.Gmp.Native Namespace</a></div></div></div></div><div id="pageFooter" class="pageFooter"> </div></body></html>