프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddDependency | void | ||
EnsureAssemblyDependencies | void | ||
EnsureDependencies | void | ||
FormatBytes | string | ||
IResourceBuildHelper | System.Web.Compilation.CompilerType | ||
IResourceBuildHelper | TextReader | ||
IResourceBuildHelper | void | ||
IResourceBuildHelper | void | ||
QuoteSnippetStringCStyle | string |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
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[]
|
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | void |
protected AddAssemblyDependency ( string assemblyName ) : void | ||
assemblyName | string | |
리턴 | void |
public static Compress ( string source, byte &gzipped, byte &deflated ) : void | ||
source | string | |
gzipped | byte | |
deflated | byte | |
리턴 | void |
protected static ComputeHash ( Stream value ) : string | ||
value | Stream | |
리턴 | string |
public GenerateCode ( |
||
assemblyBuilder | ||
리턴 | void |
public static GenerateTypeNameFromPath ( string virtualPath ) : string | ||
virtualPath | string | |
리턴 | string |
public GetGeneratedType ( |
||
results | ||
리턴 |