Méthode | Description | |
---|---|---|
AllowBaseType ( Type baseType ) : bool | ||
AllowControl ( Type controlType, ControlBuilder builder ) : bool | ||
AllowVirtualReference ( string referenceVirtualPath, VirtualReferenceType, referenceType ) : bool | ||
GetCompilationMode ( CompilationMode, current ) : CompilationMode, | ||
PreprocessDirective ( string directiveName, IDictionary attributes ) : void | ||
ProcessCodeConstruct ( CodeConstructType, codeType, string code ) : bool |
public AllowBaseType ( Type baseType ) : bool | ||
baseType | Type | |
Résultat | bool |
public AllowControl ( Type controlType, ControlBuilder builder ) : bool | ||
controlType | Type | |
builder | ControlBuilder | |
Résultat | bool |
public AllowVirtualReference ( string referenceVirtualPath, VirtualReferenceType, referenceType ) : bool | ||
referenceVirtualPath | string | |
referenceType | VirtualReferenceType, | |
Résultat | bool |
public GetCompilationMode ( CompilationMode, current ) : CompilationMode, | ||
current | CompilationMode, | |
Résultat | CompilationMode, |
public PreprocessDirective ( string directiveName, IDictionary attributes ) : void | ||
directiveName | string | |
attributes | IDictionary | |
Résultat | void |
public ProcessCodeConstruct ( CodeConstructType, codeType, string code ) : bool | ||
codeType | CodeConstructType, | |
code | string | |
Résultat | bool |