Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
AssemblyProcessorContext.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
using
Mono.Cecil;
4
using
SiliconStudio.Core;
5
6
namespace
SiliconStudio.AssemblyProcessor
7
{
8
public
class
AssemblyProcessorContext
9
{
10
public
BaseAssemblyResolver AssemblyResolver {
get
;
private
set; }
11
public
AssemblyDefinition Assembly {
get
; set; }
12
public
PlatformType
Platform
{
get
;
private
set; }
13
14
public
AssemblyProcessorContext
(BaseAssemblyResolver assemblyResolver, AssemblyDefinition assembly,
PlatformType
platform)
15
{
16
AssemblyResolver = assemblyResolver;
17
Assembly = assembly;
18
Platform
= platform;
19
}
20
}
21
}
SiliconStudio.Core.PlatformType
PlatformType
Describes the platform operating system.
Definition:
PlatformType.cs:9
SiliconStudio.AssemblyProcessor.AssemblyProcessorContext.AssemblyProcessorContext
AssemblyProcessorContext(BaseAssemblyResolver assemblyResolver, AssemblyDefinition assembly, PlatformType platform)
Definition:
AssemblyProcessorContext.cs:14
SiliconStudio.AssemblyProcessor.AssemblyProcessorContext
Definition:
AssemblyProcessorContext.cs:8
SiliconStudio.Core.Platform
Platform specific queries and functions.
Definition:
Platform.cs:15
sources
common
core
SiliconStudio.AssemblyProcessor.Common
AssemblyProcessorContext.cs
Generated on Sat Dec 20 2014 21:50:59 for Paradox Game Engine by
1.8.7