File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ static void ADIDelegate(string[] args)
21
21
22
22
void CurrentDomain_AssemblyLoad ( object sender , AssemblyLoadEventArgs args )
23
23
{
24
-
24
+
25
25
throw new NotImplementedException ( ) ;
26
26
}
27
27
@@ -51,21 +51,10 @@ public static StrongName CreateStrongName(Assembly assembly)
51
51
/// </summary>
52
52
public override void InitializeNewDomain ( AppDomainSetup appDomainInfo )
53
53
{
54
- if ( appDomainInfo != null )
55
- {
56
- if ( appDomainInfo . AppDomainInitializerArguments . Length > 0 )
57
- {
58
- m_Assembly = appDomainInfo . AppDomainInitializerArguments [ 0 ] ;
59
- }
60
- if ( appDomainInfo . AppDomainInitializerArguments . Length > 1 )
61
- {
62
- m_Class = appDomainInfo . AppDomainInitializerArguments [ 1 ] ;
63
- }
64
- }
65
54
// let the unmanaged host know about us
66
55
InitializationFlags = AppDomainManagerInitializationOptions . RegisterWithHost ;
67
-
68
-
56
+
57
+
69
58
}
70
59
71
60
public string CreateAppDomain ( string name )
You can’t perform that action at this time.
0 commit comments