mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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 />
|
|
<Java>BindingFlags</Java>
|
|
<Name>System.Reflection.BindingFlags</Name>
|
|
<Uses />
|
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
|
<Methods />
|
|
<Properties>
|
|
<Property>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
|
|
</Imports>
|
|
<Java>BindingFlags.getInstance()</Java>
|
|
<Type>System.Reflection.BindingFlags</Type>
|
|
<Name>Instance</Name>
|
|
<Get>BindingFlags.getInstance()</Get>
|
|
<Set>${this}.setInstance(${value})</Set>
|
|
</Property>
|
|
<Property>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
|
|
</Imports>
|
|
<Java>BindingFlags.getPublic()</Java>
|
|
<Type>System.Reflection.BindingFlags</Type>
|
|
<Name>Public</Name>
|
|
<Get>BindingFlags.getPublic()</Get>
|
|
<Set>${this}.setPublic(${value})</Set>
|
|
</Property>
|
|
<Property>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
|
|
</Imports>
|
|
<Java>BindingFlags.getFlattenHierarchy()</Java>
|
|
<Type>System.Reflection.BindingFlags</Type>
|
|
<Name>FlattenHierarchy</Name>
|
|
<Get>BindingFlags.getFlattenHierarchy()</Get>
|
|
<Set>${this}.setFlattenHierarchy(${value})</Set>
|
|
</Property>
|
|
<Property>
|
|
<Imports>
|
|
<Import>RusticiSoftware.System.Reflection.BindingFlags</Import>
|
|
</Imports>
|
|
<Java>BindingFlags.getStatic()</Java>
|
|
<Type>System.Reflection.BindingFlags</Type>
|
|
<Name>Static</Name>
|
|
<Get>BindingFlags.getStatic()</Get>
|
|
<Set>${this}.setStatic(${value})</Set>
|
|
</Property>
|
|
</Properties>
|
|
<Events />
|
|
<Indexers />
|
|
<Constructors />
|
|
<Fields />
|
|
<Casts />
|
|
<UnaryOps />
|
|
<BinaryOps />
|
|
</Class>
|