Click or drag to resize
CSYSIiGetDotNetGXEntries Method
Get the list of entry points that this assembly has exposed to Oasis montaj.

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The list of entry points are passed back as one string with each entry point seperated by a semi-colon. For example: NewGDB|Run;NewGDB|RunEx
Syntax
public static int IiGetDotNetGXEntries(
	string str1,
	ref string str2
)

Parameters

str1
Type: SystemString
name of .NET GX assembly
str2
Type: SystemString
buffer to place list of entries in

Return Value

Type: Int32
0 success 1 error.
See Also