Свойство | Type | Description | |
---|---|---|---|
AddDependency | void | ||
EnsureAssemblyDependencies | void | ||
EnsureDependencies | void | ||
FormatBytes | string | ||
IResourceBuildHelper | System.Web.Compilation.CompilerType | ||
IResourceBuildHelper | TextReader | ||
IResourceBuildHelper | void | ||
IResourceBuildHelper | void | ||
QuoteSnippetStringCStyle | string |
Méthode | Description | |
---|---|---|
Compress ( string source, byte &gzipped, byte &deflated ) : void | ||
ComputeHash ( string value ) : string |
Generates a unique hash from string
|
|
GenerateCode ( |
||
GenerateTypeNameFromPath ( string virtualPath ) : string |
Generates a Type name for the compiled resource
|
|
GetGeneratedType ( |
Méthode | Description | |
---|---|---|
AddAssemblyDependency ( |
||
AddAssemblyDependency ( string assemblyName ) : void | ||
ComputeHash ( Stream value ) : string |
Generates a unique hash from byte[]
|
|
ComputeHash ( byte value ) : string |
Generates a unique hash from byte[]
|
Méthode | Description | |
---|---|---|
AddDependency ( string virtualPath ) : void | ||
EnsureAssemblyDependencies ( ) : void | ||
EnsureDependencies ( ) : void | ||
FormatBytes ( byte value ) : string |
Gets the hex digits for the given bytes
|
|
IResourceBuildHelper ( string language ) : System.Web.Compilation.CompilerType | ||
IResourceBuildHelper ( string virtualPath ) : TextReader | ||
IResourceBuildHelper ( |
||
IResourceBuildHelper ( string virtualPath ) : void | ||
QuoteSnippetStringCStyle ( string value ) : string |
Escapes a C# string using C-style escape sequences. Adapted from Microsoft.CSharp.CSharpCodeGenerator.QuoteSnippetStringCStyle Primary difference is does not wrap at 80 chars as can cause C# compiler to fail. |
protected AddAssemblyDependency ( |
||
assembly | ||
Résultat | void |
protected AddAssemblyDependency ( string assemblyName ) : void | ||
assemblyName | string | |
Résultat | void |
public static Compress ( string source, byte &gzipped, byte &deflated ) : void | ||
source | string | |
gzipped | byte | |
deflated | byte | |
Résultat | void |
protected static ComputeHash ( Stream value ) : string | ||
value | Stream | |
Résultat | string |
protected static ComputeHash ( byte value ) : string | ||
value | byte | |
Résultat | string |
public static ComputeHash ( string value ) : string | ||
value | string | |
Résultat | string |
public GenerateCode ( |
||
assemblyBuilder | ||
Résultat | void |
public static GenerateTypeNameFromPath ( string virtualPath ) : string | ||
virtualPath | string | |
Résultat | string |
public GetGeneratedType ( |
||
results | ||
Résultat |