Méthode | Description | |
---|---|---|
CreateBlock ( |
Creates a block with the given delegate.
|
|
Wrap ( |
Wraps the given exception.
|
Méthode | Description | |
---|---|---|
Bootstrap ( String domainToken ) : void | ||
BootstrapInternal ( String domainToken ) : void | ||
CleanUp ( ) : void | ||
CleanUpInternal ( ) : void | ||
EnableAutoDomainTokens ( ) : void | ||
EnableAutoDomainTokensInternal ( ) : void | ||
GetDomainManagledName ( String name ) : string |
Returns a mangled name based on the domain token.
|
|
GetDomainToken ( ) : String | ||
Is64BitsInternal ( ) : bool | ||
UnWrap ( byte data ) : |
Convert a native exception into a managed one. If a managed exception has been previously wrapped, then use it as inner exception.
|
public static CreateBlock ( |
||
@delegate | ||
Résultat |
public static Wrap ( |
||
exception | The exception. | |
Résultat | byte[] |