Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# ensure static constructor is called

RuntimeHelpers.RunClassConstructor(typeof(YourType).TypeHandle);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ensure #static #constructor #called
ADD COMMENT
Topic
Name
2+1 =