1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

45 lines
1.8 KiB
XML
Raw Permalink Normal View History

2011-05-22 17:40:22 +02:00
<?xml version="1.0" encoding="utf-8"?>
2011-04-27 13:06:24 +02:00
<!--
This file is
Copyright 2010,2011 Kevin Glynn (kevin.glynn@twigletsoftware.com)
-->
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports></Imports>
<Name>System.GC</Name>
<Uses />
<Methods>
<Method>
<Java>System.gc()</Java>
<Params>
</Params>
<Name>Collect</Name>
<Return>System.Void</Return>
</Method>
<Method>
<Warning>GCSupport.SuppressFinalize has no effect. It is not possible to suppress finalize() in Java</Warning>
<Imports>
<Import>CS2JNet.System.GCSupport</Import>
</Imports>
<Java>GCSupport.SuppressFinalize(${arg}) /* CS2J: this call does nothing */</Java>
<Params>
<Param>
<Type>System.Object</Type>
<Name>arg</Name>
</Param>
</Params>
<Name>SuppressFinalize</Name>
<Return>System.Void</Return>
</Method>
</Methods>
<Properties />
<Events />
<Indexers />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
2011-05-22 17:40:22 +02:00
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#"><SignedInfo><CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" /><SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" /><Reference URI=""><Transforms><Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /></Transforms><DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" /><DigestValue>YzA16cWwMe/tL/4GAcwMR4/czcg=</DigestValue></Reference></SignedInfo><SignatureValue>Q3ilO3ARI/H4ek1HnJ0VF5xXzVgex2V1AmSfeMX0GTuDC9rH2OnQPQv+sowzDT+CHHQ7wFqbRqCGRu76z6sYrueZi+infu8SoMUo77UYLgKzDaoOz0nC+J0mJlL35ExKHs7KlaG2eHW3CQr2ogagY5VUktWwIWW8XLkaLMqOZ90=</SignatureValue></Signature></Class>