FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SharpGenTools/SharpGen.Runtime/Mapping.xml at main · SharpGenTools/SharpGenTools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
SharpGenTools
/
SharpGenTools
Public
Notifications
You must be signed in to change notification settings
Fork
60
Star
536
Code
Issues
44
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SharpGenTools
/
SharpGen.Runtime
/
Mapping.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (46 loc) · 2.27 KB
Breadcrumbs
SharpGenTools
/
SharpGen.Runtime
/
Mapping.xml
Copy path
File metadata and controls
50 lines (46 loc) · 2.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
config
id
=
"
SharpGen.Runtime
"
xmlns
=
"
urn:SharpGen.Config
"
>
<
extension
>
<
define
struct
=
"
SharpGen.Runtime.Result
"
sizeof
=
"
4
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.FunctionCallback
"
sizeof
=
"
8
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.PointerSize
"
sizeof
=
"
8
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.PointerUSize
"
sizeof
=
"
8
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.NativeLong
"
sizeof
=
"
8
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.NativeULong
"
sizeof
=
"
8
"
primitive
=
"
true
"
/>
<
define
struct
=
"
SharpGen.Runtime.RawBool
"
sizeof
=
"
4
"
/>
<
define
interface
=
"
SharpGen.Runtime.IUnknown
"
native
=
"
SharpGen.Runtime.ComObject
"
shadow
=
"
SharpGen.Runtime.ComObjectShadow
"
vtbl
=
"
SharpGen.Runtime.ComObjectVtbl
"
/>
<
define
interface
=
"
SharpGen.Runtime.IInspectable
"
native
=
"
SharpGen.Runtime.WinRTObject
"
shadow
=
"
SharpGen.Runtime.InspectableShadow
"
vtbl
=
"
SharpGen.Runtime.InspectableVtbl
"
/>
</
extension
>
<
bindings
>
<!--
Primitive bindings
-->
<
bind
from
=
"
void
"
to
=
"
void
"
/>
<
bind
from
=
"
int
"
to
=
"
int
"
/>
<
bind
from
=
"
unsigned int
"
to
=
"
uint
"
/>
<
bind
from
=
"
short
"
to
=
"
short
"
/>
<
bind
from
=
"
unsigned short
"
to
=
"
ushort
"
/>
<
bind
from
=
"
unsigned char
"
to
=
"
byte
"
/>
<
bind
from
=
"
long
"
to
=
"
SharpGen.Runtime.NativeLong
"
/>
<
bind
from
=
"
unsigned long
"
to
=
"
SharpGen.Runtime.NativeULong
"
/>
<
bind
from
=
"
long long
"
to
=
"
long
"
/>
<
bind
from
=
"
longlong
"
to
=
"
long
"
/>
<
bind
from
=
"
unsigned long long
"
to
=
"
ulong
"
/>
<
bind
from
=
"
unsigned longlong
"
to
=
"
ulong
"
/>
<
bind
from
=
"
float
"
to
=
"
float
"
/>
<
bind
from
=
"
double
"
to
=
"
double
"
/>
<
bind
from
=
"
ssize_t
"
to
=
"
nint
"
/>
<
bind
from
=
"
size_t
"
to
=
"
nuint
"
/>
<
bind
from
=
"
ptrdiff_t
"
to
=
"
nint
"
/>
<
bind
from
=
"
bool
"
to
=
"
bool
"
marshal
=
"
byte
"
/>
<
bind
from
=
"
__function__stdcall
"
to
=
"
SharpGen.Runtime.FunctionCallback
"
/>
<
bind
from
=
"
GUID
"
to
=
"
System.Guid
"
/>
<
bind
from
=
"
HSTRING
"
to
=
"
System.IntPtr
"
/>
<
bind
from
=
"
IUnknown
"
to
=
"
SharpGen.Runtime.IUnknown
"
/>
<
bind
from
=
"
IInspectable
"
to
=
"
SharpGen.Runtime.IInspectable
"
/>
</
bindings
>
<!--
global doc mappings
-->
<
mapping
>
<
map
doc
=
"
S_OK
"
name
=
"
SharpGen.Runtime.Result.Ok
"
/>
<
map
doc
=
"
FALSE
"
name
=
"
SharpGen.Runtime.Result.False
"
/>
<
map
doc
=
"
NULL
"
name
=
"
<
c
>
null
<
/c
>
"
/>
</
mapping
>
</
config
>
Back
|
FazBrowse Home
|
New Git URL