Method | Description | |
---|---|---|
GetReferences ( MonoIsland island, string projectDirectory ) : string[] | ||
ShouldWeave ( string name ) : bool | ||
WeaveAssembliesInFolder ( string folder, string playerPackage ) : void |
Method | Description | |
---|---|---|
GetCompilationExtension ( ) : ICompilationExtension | ||
ManagedProgramFor ( string exe, string arguments ) : ManagedProgram | ||
QueryAssemblyPathsAndResolver ( ICompilationExtension compilationExtension, string file, bool editor, string &assemblyPaths, IAssemblyResolver &assemblyResolver ) : void | ||
SerializationWeaverProgramWith ( string arguments, string playerPackage ) : ManagedProgram |
public static GetReferences ( MonoIsland island, string projectDirectory ) : string[] | ||
island | MonoIsland | |
projectDirectory | string | |
return | string[] |
public static ShouldWeave ( string name ) : bool | ||
name | string | |
return | bool |
public static WeaveAssembliesInFolder ( string folder, string playerPackage ) : void | ||
folder | string | |
playerPackage | string | |
return | void |