C# Class UnityScript.Core.Pragmas

ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
DisableOn ( Module module, string pragma ) : void
IsDisabledOn ( Module module, string pragma ) : bool
IsEnabledOn ( Module module, string pragma ) : bool
IsValid ( string pragma ) : bool
TryToEnableOn ( Module module, string pragma ) : bool

Method Details

DisableOn() public static method

public static DisableOn ( Module module, string pragma ) : void
module Boo.Lang.Compiler.Ast.Module
pragma string
return void

IsDisabledOn() public static method

public static IsDisabledOn ( Module module, string pragma ) : bool
module Boo.Lang.Compiler.Ast.Module
pragma string
return bool

IsEnabledOn() public static method

public static IsEnabledOn ( Module module, string pragma ) : bool
module Boo.Lang.Compiler.Ast.Module
pragma string
return bool

IsValid() public static method

public static IsValid ( string pragma ) : bool
pragma string
return bool

TryToEnableOn() public static method

public static TryToEnableOn ( Module module, string pragma ) : bool
module Boo.Lang.Compiler.Ast.Module
pragma string
return bool