Skip to content

Commit 9df9fce

Browse files
committed
zip
1 parent 7088585 commit 9df9fce

4 files changed

Lines changed: 74 additions & 1 deletion

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
2+
<h1>RSCG nr 193 : NativeObjects</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/NativeObjects/" target="_blank">https://www.nuget.org/packages/NativeObjects/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/kevingosse/NativeObjects" target="_blank"> https://github.com/kevingosse/NativeObjects</a></p>
8+
9+
<p>Author :Kevin Gosse</p>
10+
11+
<p>Source : <a href="https://github.com/kevingosse/NativeObjects" target="_blank">https://github.com/kevingosse/NativeObjects</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Object to IntPtr and back
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/NativeObjects/" target="_blank">NativeObjects</a> in the csproj
22+
</h3>
23+
<img src="images/NativeObjects/NativeObjectsDemo.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/NativeObjects/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
<h3>And here are the <i>generated</i> files</h3>
33+
34+
<br />
35+
The file <i>generated</i> is .ICalculator.g.cs
36+
<br />
37+
<img src="images/NativeObjects/generated/.ICalculator.g.cs.png" width="580" height="580" />
38+
39+
<br />
40+
The file <i>generated</i> is NativeObjectAttribute.g.cs
41+
<br />
42+
<img src="images/NativeObjects/generated/NativeObjectAttribute.g.cs.png" width="580" height="580" />
43+
44+
<br />
45+
The file <i>generated</i> is NativeObjectsDemo.ICalculator.g.cs
46+
<br />
47+
<img src="images/NativeObjects/generated/NativeObjectsDemo.ICalculator.g.cs.png" width="580" height="580" />
48+
49+
<br />
50+
The file <i>generated</i> is NativeObjectsDemo.IPerson.g.cs
51+
<br />
52+
<img src="images/NativeObjects/generated/NativeObjectsDemo.IPerson.g.cs.png" width="580" height="580" />
53+
54+
<p>
55+
You can download the code and this page as pdf from
56+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/NativeObjects'>
57+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/NativeObjects
58+
</a>
59+
</p>
60+
61+
62+
<p>
63+
You can see the whole list at
64+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
65+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
66+
</a>
67+
</p>
68+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 192 RSCG with examples =>
20+
This is the list of 193 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -794,6 +794,10 @@ <h1>
794794
<td>192</td>
795795
<td><a href="examples/immediate.apis.html">immediate.apis</a></td>
796796
</tr>
797+
<tr>
798+
<td>193</td>
799+
<td><a href="examples/NativeObjects.html">NativeObjects</a></td>
800+
</tr>
797801
</table>
798802

799803

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ input-files:
206206
- examples/PMart.Enumeration.html
207207
- examples/rscg_demeter.html
208208
- examples/immediate.apis.html
209+
- examples/NativeObjects.html
209210

210211
# or you may use input-file: with a single value
211212
# defaults:
1.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)