repo.or.cz
/
moon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2009-09-29 Jeffrey Stedfast <fejj@novell.com>
[moon.git]
/
tools
/
generators
/
SignatureType.cs
blob
e09f8d6be511fcfba74e46b3e8edd0ded991ba4d
1
/*
2
* SignatureType.cs.
3
*
4
* Contact:
5
* Moonlight List (moonlight-list@lists.ximian.com)
6
*
7
* Copyright 2008 Novell, Inc. (http://www.novell.com)
8
*
9
* See the LICENSE file included with the distribution for details.
10
*
11
*/
12
13
enum
SignatureType
{
14
Native
,
15
Managed
,
16
PInvoke
,
17
NativeC
,
18
}