Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Microsoft
JScript
Vsa
VsaEngine
CreateEntryPointIL
Microsoft.JScript.Vsa.VsaEngine.CreateEntryPointIL C# (CSharp) Method
VsaEngine Class Documentation
Datei anzeigen
Open project: gbarnett/shared-source-cli-2.0
CreateEntryPointIL()
private
method
private
CreateEntryPointIL
(
ILGenerator
il
,
FieldInfo
site
) :
void
il
System.Reflection.Emit.ILGenerator
site
System.Reflection.FieldInfo
return
void
void CreateEntryPointIL(ILGenerator il, FieldInfo site){ this.CreateEntryPointIL(il, site, null); }
Same methods
VsaEngine::
CreateEntryPointIL
(
ILGenerator
il
,
FieldInfo
site
,
TypeBuilder
startupClass
) :
void
VsaEngine
AddChildAndValue
AddPackage
AddReferences
CheckForErrors
CheckIdentifierForCLSCompliance
CheckTypeNameForCLSCompliance
Clone
CompileEmpty
ConnectEvents
CreateAttribute
CreateEngine
CreateEngineAndGetGlobalScope
CreateEngineAndGetGlobalScopeWithType
CreateEngineAndGetGlobalScopeWithTypeAndRootNamespace
CreateEngineForDebugger
CreateEngineWithType
CreateEntryPointIL
CreateHostCallbackIL
CreateMain
CreateShutdownIL
CreateStartupClass
DisconnectEvents
DoClose
DoCompile
DoLoadSourceState
DoSaveCompiledState
DoSaveSourceState
EmitReferences
EnsureReflectionOnlyModulesLoaded
FindAssembly
GenerateRandomPEFileName
GetAssembly
GetClass
GetCustomOption
GetGlobalScope
GetItem
GetItemAtIndex
GetItemCount
GetMainScope
GetModule
GetOriginalArrayConstructor
GetOriginalObjectConstructor
GetOriginalRegExpConstructor
GetScannerInstance
GetStaticCodeBlockCount
GetType
GetVersionString
InitVsaEngine
Interrupt
IsValidIdentifier
IsValidNamespaceName
LoadCompiledState
LoadCustomOptions
LoadManagedResources
LoadProjectVersion
LoadUserDefines
LoadVsaEngineState
LoadVsaItems
OnCompilerError
PopScriptObject
PushScriptObject
RegisterEventSource
Reset
ResetCompiledState
Restart
Run
RunEmpty
SaveCustomOptions
SaveManagedResources
SaveProjectVersion
SaveSourceForDebugging
SaveUserDefines
SaveVsaEngineState
SaveVsaItems
ScriptObjectStackTop
SetCustomOption
SetEnclosingContext
SetOutputStream
SetUpCompilerEnvironment
TryToAddImplicitAssemblyReference
ValidateRootMoniker
VsaEngine